feat: click on burgs count to open the overview screen

This commit is contained in:
Azgaar 2023-11-11 21:05:59 +04:00
parent 9332eb7b38
commit 2fd58e9d35
6 changed files with 60 additions and 59 deletions

View file

@ -1990,7 +1990,7 @@ input[type="checkbox"] {
.checkbox + .checkbox-label:before {
content: "";
display: inline-block;
vertical-align: middle;
vertical-align: bottom;
width: 0.6em;
height: 0.6em;
padding: 0.2em;
@ -1998,6 +1998,7 @@ input[type="checkbox"] {
border: 1px solid darkgrey;
border-radius: 15%;
background: white;
font-family: var(--monospace);
}
.checkbox:checked + .checkbox-label:before {