mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
v1.4.27
This commit is contained in:
parent
882d024e24
commit
2d00b3c25b
6 changed files with 111 additions and 82 deletions
14
index.css
14
index.css
|
|
@ -1217,6 +1217,16 @@ div.slider .ui-slider-handle {
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.overflow {
|
||||
max-width: 93vw;
|
||||
overflow: auto;
|
||||
max-height: 75vh;
|
||||
}
|
||||
|
||||
.overflow > div {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
div.header > div {
|
||||
font-weight: bold;
|
||||
font-size: .9em;
|
||||
|
|
@ -1855,7 +1865,9 @@ div#notesHeader {
|
|||
}
|
||||
|
||||
div#notesBody {
|
||||
padding: 0 10px;
|
||||
padding: 0 1em;
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
svg.button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue