diff options
| author | 2024-05-11 23:42:34 +0200 | |
|---|---|---|
| committer | 2024-05-11 23:42:34 +0200 | |
| commit | 3b953d759b18acaadf74f8a33aa7efa8a7169de9 (patch) | |
| tree | 44765843495e0b391ae157171f6e986f66bbd2c9 /p/themes/base-theme/frss.css | |
| parent | b4eca4ba03f2455389396dc6d7965055177d9a2c (diff) | |
Improved: side navigation headlines (#6445)
* frss.css
* delete border-bottom from dark, origine, pafat
* margin/padding bottom deleted
* better CSS
* Nord theme: similar padding for feed navigation bar (#6429)
Diffstat (limited to 'p/themes/base-theme/frss.css')
| -rw-r--r-- | p/themes/base-theme/frss.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index ff1be45b9..c36f6e82d 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -641,6 +641,10 @@ input[type="checkbox"]:focus-visible { text-overflow: ellipsis; } +.nav-list .item.nav-section > ul { + margin-bottom: 1rem; +} + /*=== Horizontal-list */ .horizontal-list { margin: 0; |
