Skip to content

Commit

Permalink
settings: better top button padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Jan 30, 2022
1 parent d867649 commit b81c563
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/admin.html
Expand Up @@ -643,15 +643,15 @@ <h1 class="ac" id="telegram-pin"></h1>
<div class="flex-expand">
<div class="flex-row">
<span class="heading">{{ .strings.settings }}</span>
<label for="settings-advanced-enabled" class="button ~neutral @low ml-2">
<label for="settings-advanced-enabled" class="button ~neutral @low ml-2 my-2">
<input type="checkbox" id="settings-advanced-enabled" aria-label="Advanced settings enabled">
<span class="ml-2">{{ .strings.advancedSettings }} </span>
</label>
</div>
<div>
<span class="button ~info @low" id="settings-logs">{{ .strings.logs }}</span>
<span class="button ~neutral @low" id="settings-restart">{{ .strings.settingsRestart }}</span>
<span class="button ~urge @low unfocused" id="settings-save">{{ .strings.settingsSave }}</span>
<span class="button ~info @low my-1" id="settings-logs">{{ .strings.logs }}</span>
<span class="button ~neutral @low my-1" id="settings-restart">{{ .strings.settingsRestart }}</span>
<span class="button ~urge @low unfocused my-1" id="settings-save">{{ .strings.settingsSave }}</span>
</div>
</div>
<div class="flex flex-col md:flex-row gap-3">
Expand Down

0 comments on commit b81c563

Please sign in to comment.