enhanced the look and feel of the side menu on the landing page and adjusted elements for smaller devices

This commit is contained in:
partisan 2024-10-29 23:01:48 +01:00
parent 7979855b3a
commit f7e6c34722
3 changed files with 58 additions and 13 deletions

View file

@ -20,12 +20,13 @@
<!-- Menu Button -->
<button class="material-icons-round settings-icon-link-search" onclick="openNav()">menu</button>
<!-- Side Navigation Menu -->
<div id="mySidenav" class="side-nav">
<button class="closebtn material-icons-round" onclick="closeNav()">close</button>
<button class="material-icons-round closebtn" onclick="closeNav()">close</button>
<a href="/settings">{{ translate "all_settings" }}</a>
<button onclick="setTheme('dark')">{{ translate "dark_theme" }}</button>
<button onclick="setTheme('light')">{{ translate "light_theme" }}</button>
<button onclick="setTheme('dark')">{{ translate "theme_dark" }}</button>
<button onclick="setTheme('light')">{{ translate "theme_light" }}</button>
<select class="lang" name="site_lang" id="siteLanguageSelect" onchange="updateLanguage(this.value)">
{{range .LanguageOptions}}
<option value="{{.Code}}" {{if eq .Code $.CurrentLang}}selected{{end}}>{{.Name}}</option>
@ -170,7 +171,6 @@
<button id="sub-search-wrapper-ico-file" class="material-icons-round clickable" name="t" value="file">share</button>
<p>{{ translate "torrents" }}</p>
</div>
</div>
</div>
</form>