diff options
Diffstat (limited to 'p/themes/base-theme/frss.css')
| -rw-r--r-- | p/themes/base-theme/frss.css | 6 |
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; } |
