mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
feat: click on burgs count to open the overview screen
This commit is contained in:
parent
9332eb7b38
commit
2fd58e9d35
6 changed files with 60 additions and 59 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue