mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
menu style - grid layout
This commit is contained in:
parent
f8ee3fbc88
commit
a5f4939875
3 changed files with 12 additions and 2892 deletions
11
index.css
11
index.css
|
|
@ -709,6 +709,17 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
margin: 0.16em 0.12em;
|
||||
}
|
||||
|
||||
#toolsContent div {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
margin: 0.2em 0;
|
||||
}
|
||||
|
||||
#toolsContent button {
|
||||
padding: 0.35em 0;
|
||||
margin: 0.16em 0.12em;
|
||||
}
|
||||
|
||||
#mapLayers {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue