diff options
| author | 2022-10-16 12:46:53 +0200 | |
|---|---|---|
| committer | 2022-10-16 12:46:53 +0200 | |
| commit | 36e7b694b3fca6160d2a93542281379c06c37775 (patch) | |
| tree | 29270cd38f35c5cfc6a09588bc022a7d1aa7863d /p/themes/base-theme/frss.css | |
| parent | ebce6a76c2e6914374d84e435863487836c3b12b (diff) | |
fix: jumping lines (#4699)
* fix
* fix Origine compact
* fix Ansum
* fix Mapco
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/base-theme/frss.css')
| -rw-r--r-- | p/themes/base-theme/frss.css | 6 |
1 files changed, 1 insertions, 5 deletions
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 { |
