diff --git a/index.css b/index.css index dd252440..97c4750b 100644 --- a/index.css +++ b/index.css @@ -540,18 +540,10 @@ input[type="color"]::-webkit-color-swatch-wrapper { font-weight: bold; } -#layersContent button.presetButton { - position: absolute; - height: 2em; +.tabcontent button.sideButton { border-radius: 15%; - margin: 1.3em 0 0 0.6em; - font-size: 0.7em; -} - -#styleContent button.styleButton { - font-size: 70%; - border-radius: 15%; - margin: 0; + font-size: 0.8em; + margin-bottom: -1em; } #layersContent button.active, @@ -672,6 +664,17 @@ button.active { background-color: #a8879d !important; } +#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; diff --git a/index.html b/index.html index 982ecca3..acf07e3a 100644 --- a/index.html +++ b/index.html @@ -273,8 +273,8 @@ - - + +
Displayed layers and layers order:
Select element:
- + @@ -667,7 +667,7 @@Click to configure:
Click to configure:
@@ -1333,18 +1333,18 @@Click to overview:
Click to overview:
Click to regenerate:
Click to regenerate:
- - + + @@ -1360,8 +1360,8 @@Click to add:
Click to add:
@@ -1380,8 +1380,8 @@Options:
Options:
Statistics:
Statistics:
Land cells: 0 Mean height: 0Cell info:
Cell info:
Coord: /You can keep the data, but you won't be able to change the coastline.
Try risk mode to change the coastline and keep the data. The data will be restored as much as possible, but it can cause unpredictable errors.
Please save the map before editing the heightmap!
-Check out ${link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Heightmap-customization", "wiki")} for guidance.
`; +Check out ${link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Heightmap-customization", "wiki")} for guidance.
`; $("#alert").dialog({ resizable: false,