aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine-compact
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-03 16:55:02 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-03 16:55:02 +0200
commit01a8c37b8308c283b2c71d629260bd30f8cf85cc (patch)
tree091b5cde0a0ae3723063f1b7b2125184b24be0d1 /p/themes/Origine-compact
parentdb4c2798ae7ab88d6745cfc7d8827d636a7d3ba3 (diff)
Improved: Frss.css - font size + line height with 'rem' values (#4671)
* headlines h1-h3 * delete for <sup> trust the browser * .icons = 1rem * line-height WIP * .flux .item * paragraphs * kbd * button.as-link * .form-advanced-title * set line-height 1.5 as default * .flux .item.title .summary * .flux .item.title .author * .content > header, .content > footer * popup * last lines * RTL CSS * imrpove jumpy line * Origine Compact * Swage * FRSS CSS RTL * deleted: br * deleted: font-size: 16px * RTL CSS
Diffstat (limited to 'p/themes/Origine-compact')
-rw-r--r--p/themes/Origine-compact/origine-compact.css4
-rw-r--r--p/themes/Origine-compact/origine-compact.rtl.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css
index c97b83dd0..0ff045c8c 100644
--- a/p/themes/Origine-compact/origine-compact.css
+++ b/p/themes/Origine-compact/origine-compact.css
@@ -162,6 +162,10 @@ a.btn,
max-height: 1.5em;
}
+.flux:not(.current):hover .item.title {
+ top: auto;
+}
+
/*=== 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 4b6601cb0..368200eaf 100644
--- a/p/themes/Origine-compact/origine-compact.rtl.css
+++ b/p/themes/Origine-compact/origine-compact.rtl.css
@@ -162,6 +162,10 @@ a.btn,
max-height: 1.5em;
}
+.flux:not(.current):hover .item.title {
+ top: auto;
+}
+
/*=== Content of feed articles */
.content {
padding: 10px 10px;