diff options
| author | 2022-07-19 12:30:30 +0200 | |
|---|---|---|
| committer | 2022-07-19 12:30:30 +0200 | |
| commit | 6352a1dccbac03a9582810e5d284ebac54f24f5b (patch) | |
| tree | 2c484f58bec627c1bd8e0b403bc1aff479653bcd /p/themes/Mapco/mapco.css | |
| parent | b2e46d62154faf28c3c17e2b775c47d11e38ee56 (diff) | |
Fix: header height (#4452)
* set default header height: 85px
* themes
* fix css RTL
Diffstat (limited to 'p/themes/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index ce900363b..cf18c2792 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -758,6 +758,7 @@ form th { background: #303136; display: block; width: auto; + height: 3rem; table-layout: none; } .header .logo { @@ -825,7 +826,7 @@ form th { } /*=== Body */ #global { - height: calc(100% - 85px); + height: calc(100% - 4rem); } /*=== Prompt (centered) */ |
