1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Hide <select> and navigation buttons in HTML

This commit is contained in:
Unrud 2021-12-05 13:55:54 +01:00
parent 664ddc6737
commit 8cfe545042
5 changed files with 9 additions and 12 deletions

View file

@ -28,7 +28,7 @@ $endif$
Radicale
<span class="documentBranch">
<span>$branch$</span>
<select>
<select style="display: none;">
$for(branches)$
<option value="$it.href$"$if(it.default)$ selected$endif$>$it.name$</option>
$endfor$
@ -46,12 +46,12 @@ $endfor$
</header>
<main>
<div class="navButtonContainer">
<div class="navButtonContainer" style="display: none;">
<button data-name="nav-open">Contents</button>
</div>
<nav>
<div class="navContainer">
<div class="navButtonContainer">
<div class="navButtonContainer" style="display: none;">
<button data-name="nav-close">Close</button>
</div>
<h2>Contents</h2>