bug fixes

This commit is contained in:
Dennis Eichhorn 2024-05-12 00:06:28 +00:00
parent c529328221
commit 81353aa0bc
2 changed files with 4 additions and 4 deletions

View File

@ -9,5 +9,5 @@ jobs:
- uses: actions/first-interaction@v1 - uses: actions/first-interaction@v1
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for createing this issue. We will check it as soon as possible.' issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
pr-message: 'Thank you for your pull request. We will check it as soon as possible.' pr-message: 'Thank you for your pull request. We will check it as soon as possible.'

View File

@ -204,7 +204,7 @@ echo $this->data['nav']->render();
<div class="row"> <div class="row">
<div class="box more-container"> <div class="box more-container">
<label for="more-settings"> <label class="more" for="more-settings">
<span><?= $this->getHtml('Settings'); ?></span> <span><?= $this->getHtml('Settings'); ?></span>
<i class="g-icon expand">chevron_right</i> <i class="g-icon expand">chevron_right</i>
</label> </label>
@ -212,8 +212,8 @@ echo $this->data['nav']->render();
</div> </div>
<div class="wf-100 more-container flex"> <div class="wf-100 more-container flex">
<input id="more-settings" type="checkbox" name="more-container"> <input class="more" id="more-settings" type="checkbox" name="more-container">
<div class="row"> <div class="row more">
<div class="col-xs-12 col-md-6"> <div class="col-xs-12 col-md-6">
<div class="box"> <div class="box">
<div class="form-group"> <div class="form-group">