mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
fix: image conversion UI, restrict namebase chars
This commit is contained in:
parent
931c5d3af8
commit
2bbff50b60
7 changed files with 158 additions and 82 deletions
13
index.css
13
index.css
|
|
@ -1143,12 +1143,17 @@ div#regimentSelectorBody > div > div {
|
|||
filter: sepia(1) hue-rotate(200deg);
|
||||
}
|
||||
|
||||
.colorsContainer {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-column-gap: 0.3em;
|
||||
grid-row-gap: 0.2em;
|
||||
}
|
||||
|
||||
.color-div {
|
||||
width: 3em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
margin: 0 0.16em;
|
||||
border: 1px #c5c5c5 groove;
|
||||
height: 1.5em;
|
||||
border: 1px #999 solid;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue