aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-16 12:46:53 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-16 12:46:53 +0200
commit36e7b694b3fca6160d2a93542281379c06c37775 (patch)
tree29270cd38f35c5cfc6a09588bc022a7d1aa7863d /p/themes/base-theme
parentebce6a76c2e6914374d84e435863487836c3b12b (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')
-rw-r--r--p/themes/base-theme/frss.css6
-rw-r--r--p/themes/base-theme/frss.rtl.css6
2 files changed, 2 insertions, 10 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 {
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 {