settings page visual improvements
This commit is contained in:
parent
d275f5e628
commit
94f4ce3b32
5 changed files with 63 additions and 10 deletions
|
@ -73,7 +73,7 @@
|
|||
<h2>Settings</h2>
|
||||
<div class="settings-content">
|
||||
<button id="settingsButton" onclick="window.location.href='/settings'">All settings</button> <!-- Well its unessesary to use js here but this menu will not work without js anyway -->
|
||||
<div class="theme-settings">
|
||||
<div class="theme-settings theme-mini-settings">
|
||||
<p><span class="highlight">Current theme: </span> <span id="theme_name">{{.Theme}}</span></p>
|
||||
<div class="themes-settings-menu">
|
||||
<div><img class="view-image-search clickable" id="dark_theme" alt="Dark Theme" src="/static/images/dark.webp"></div>
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="settings-row settings-row2">
|
||||
<div class="settings-row">
|
||||
<p class="font-hide"> </p>
|
||||
<button class="save save-settings-page" type="submit">Save Settings</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue