diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index c577c7def..1d7088cab 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -690,6 +690,12 @@ ul.compact{ overflow-y: auto; } +.window-map{ + width: 100%; + height: 300px; + padding-bottom: 1em; +} + .ishtar-table-map{ width: 100%; height: 50%; |