move toggle styling into separate stylesheet
This commit is contained in:
parent
3b5f1bad7e
commit
43fe681c2a
5 changed files with 152 additions and 153 deletions
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
#toggleNav {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
|
@ -49,7 +49,7 @@ input[type=checkbox] {
|
|||
#controls {
|
||||
display: none;
|
||||
}
|
||||
input[type=checkbox]:checked ~ #controls {
|
||||
#toggleNav:checked ~ #controls {
|
||||
display: block;
|
||||
}
|
||||
#reload {
|
||||
|
|
|
@ -10,4 +10,4 @@ unlisted = false
|
|||
{{< partial "xeno.svg" >}}
|
||||
</div>
|
||||
</div>
|
||||
<input type="checkbox">
|
||||
<input id="toggleNav" type="checkbox">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue