mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
styling - option tabs to have flex layout
This commit is contained in:
parent
efb545c6c5
commit
3b2409d331
1 changed files with 2 additions and 5 deletions
|
|
@ -360,10 +360,7 @@ text.drag {
|
||||||
border: solid 1px #5e4fa2;
|
border: solid 1px #5e4fa2;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding-bottom: 0.3em;
|
padding-bottom: 0.3em;
|
||||||
<<<<<<< HEAD
|
|
||||||
background: var(--bg-light);
|
background: var(--bg-light);
|
||||||
=======
|
|
||||||
>>>>>>> f557701e (dropbox - import changes from alpha)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#options input,
|
#options input,
|
||||||
|
|
@ -593,8 +590,8 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
||||||
width: 64%;
|
width: 64%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#styleElements input[type='number'] {
|
#styleElements input[type="number"] {
|
||||||
width: 52px;
|
width: 6em;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue