aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
-rw-r--r--p/themes/base-theme/frss.rtl.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index f90d14ae4..8d7391be4 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.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;
}