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/Dark/dark.css | |
| parent | b2e46d62154faf28c3c17e2b775c47d11e38ee56 (diff) | |
Fix: header height (#4452)
* set default header height: 85px
* themes
* fix css RTL
Diffstat (limited to 'p/themes/Dark/dark.css')
| -rw-r--r-- | p/themes/Dark/dark.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 88bb7e4a3..f4221e18b 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -597,11 +597,6 @@ a.btn { width: 350px; } -/*=== Body */ -#global { - height: calc(100% - 85px); -} - .aside { background: #1c1c1c; border-right: 1px solid #333; |
