mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.0.44
This commit is contained in:
parent
aa7acbc61b
commit
6517e231e8
20 changed files with 260 additions and 104 deletions
22
index.css
22
index.css
|
|
@ -252,7 +252,7 @@ i.icon-lock {
|
|||
#brushCircle {
|
||||
stroke: #373737;
|
||||
stroke-width: 1.5px;
|
||||
stroke-dasharray: 6;
|
||||
stroke-dasharray: 7;
|
||||
stroke-linecap: butt;
|
||||
fill: none;
|
||||
}
|
||||
|
|
@ -474,13 +474,7 @@ input[type="color"]::-webkit-color-swatch-wrapper {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#styleContent button.styleButton {
|
||||
font-size: 70%;
|
||||
border-radius: 15%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#styleContent button.presetButton {
|
||||
#layersContent button.presetButton {
|
||||
position: absolute;
|
||||
height: 2em;
|
||||
border-radius: 15%;
|
||||
|
|
@ -488,6 +482,13 @@ input[type="color"]::-webkit-color-swatch-wrapper {
|
|||
font-size: .7em;
|
||||
}
|
||||
|
||||
#styleContent button.styleButton {
|
||||
font-size: 70%;
|
||||
border-radius: 15%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#layersContent button.active,
|
||||
#styleContent button:active {
|
||||
transform: translate(0px, 1px);
|
||||
}
|
||||
|
|
@ -531,9 +532,10 @@ input[type="color"]::-webkit-color-swatch-wrapper {
|
|||
}
|
||||
|
||||
.tab > button.options {
|
||||
width: 23.25%;
|
||||
/* width: 23.25%; */
|
||||
width: 18.6%;
|
||||
height: 100%;
|
||||
padding: 7px 10px;
|
||||
padding: 7px 0px;
|
||||
}
|
||||
|
||||
button.options {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue