diff options
| author | 2022-10-24 00:33:37 +0200 | |
|---|---|---|
| committer | 2022-10-24 00:33:37 +0200 | |
| commit | c11976f58766419be08108c51c752aea02076b5d (patch) | |
| tree | d12320ae3e36deb0019f16168074ae3f8cd2342b /p | |
| parent | c191e0315e96cd9c8b0e0bec28f0931c874bbf79 (diff) | |
fix 4744 (#4751)
* fix
* fix
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 8 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 50f81ccec..7d4d91bb5 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -44,6 +44,10 @@ a.btn, line-height: 30px; } +.horizontal-list .item .item-element { + padding: 1px 0 0 0; +} + /*=== Dropdown */ .item ~ .dropdown-header, .item.separator { @@ -167,6 +171,10 @@ a.btn, bottom: 0; } +.flux .item.title .item-element { + padding: 0; +} + /*=== Content of feed articles */ .content { padding: 10px 10px; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 26e147706..704a707e9 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -44,6 +44,10 @@ a.btn, line-height: 30px; } +.horizontal-list .item .item-element { + padding: 1px 0 0 0; +} + /*=== Dropdown */ .item ~ .dropdown-header, .item.separator { @@ -167,6 +171,10 @@ a.btn, bottom: 0; } +.flux .item.title .item-element { + padding: 0; +} + /*=== Content of feed articles */ .content { padding: 10px 10px; |
