From 36e7b694b3fca6160d2a93542281379c06c37775 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 16 Oct 2022 12:46:53 +0200 Subject: fix: jumping lines (#4699) * fix * fix Origine compact * fix Ansum * fix Mapco Co-authored-by: Alexandre Alapetite --- p/themes/base-theme/frss.css | 6 +----- p/themes/base-theme/frss.rtl.css | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'p/themes/base-theme') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 3ab92d91d..b0b1450ce 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -1113,10 +1113,6 @@ input[type="search"] { /*=== Feed article header and footer */ .flux_header { background: inherit; - position: static; -} - -.flux:hover { position: relative; } @@ -1150,7 +1146,7 @@ a.website:hover .favicon { background-color: var(--frss-background-color); max-width: calc(100% - 320px); position: absolute; - top: 0.25rem + bottom: 2px; } .flux:not(.current):hover .item.title.multiline { diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 3d1991846..11a90fb56 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1113,10 +1113,6 @@ input[type="search"] { /*=== Feed article header and footer */ .flux_header { background: inherit; - position: static; -} - -.flux:hover { position: relative; } @@ -1150,7 +1146,7 @@ a.website:hover .favicon { background-color: var(--frss-background-color); max-width: calc(100% - 320px); position: absolute; - top: 0.25rem + bottom: 2px; } .flux:not(.current):hover .item.title.multiline { -- cgit v1.2.3