aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-23 20:56:25 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-23 20:56:25 +0200
commitc191e0315e96cd9c8b0e0bec28f0931c874bbf79 (patch)
tree68e9aa043ccd161032e17da82079fa820c3e9b3d /p/themes/base-theme/frss.css
parent5e716695896cdbe62e8a572358d079d480f88d7f (diff)
Fix 4712 (#4750)
* fix * fix * fix nord theme (a bit) * fix
Diffstat (limited to 'p/themes/base-theme/frss.css')
-rw-r--r--p/themes/base-theme/frss.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index bb7192863..bef421dd0 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -570,11 +570,14 @@ input[type="checkbox"]:focus-visible {
}
.horizontal-list .item {
- padding: 0.5rem 0;
display: table-cell;
vertical-align: middle;
}
+.horizontal-list .item .item-element {
+ padding: 0.5rem 0;
+}
+
/*=== manage-list */
.manage-list {
list-style: none;
@@ -1118,7 +1121,6 @@ input[type="search"] {
}
.flux .flux_header .item {
- padding: 0.5rem 0;
white-space: nowrap;
}