aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/frss.css20
-rw-r--r--p/themes/base-theme/frss.rtl.css20
2 files changed, 40 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 43c6b7d4d..bafc26a89 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -1199,6 +1199,26 @@ input[type="search"] {
width: 200px;
}
+.flux:not(.current):hover .websitenone .item.title {
+ max-width: calc(100% - 3 * (2 * var(--frss-padding-flux-items) + 16px));
+}
+
+.flux .websiteicon .item.website {
+ width: calc(2 * var(--frss-padding-flux-items) + 16px);
+}
+
+.flux:not(.current):hover .websiteicon .item.title {
+ max-width: calc(100% - 4 * (2 * var(--frss-padding-flux-items) + 16px));
+}
+
+.flux .websitename .item.website {
+ width: 150px;
+}
+
+.flux:not(.current):hover .websitename .item.title {
+ max-width: calc(100% - 3 * (2 * var(--frss-padding-flux-items) + 16px) - 150px);
+}
+
.website a:hover .favicon,
a.website:hover .favicon {
filter: grayscale(100%);
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 62afd6ff0..40b6c4119 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -1199,6 +1199,26 @@ input[type="search"] {
width: 200px;
}
+.flux:not(.current):hover .websitenone .item.title {
+ max-width: calc(100% - 3 * (2 * var(--frss-padding-flux-items) + 16px));
+}
+
+.flux .websiteicon .item.website {
+ width: calc(2 * var(--frss-padding-flux-items) + 16px);
+}
+
+.flux:not(.current):hover .websiteicon .item.title {
+ max-width: calc(100% - 4 * (2 * var(--frss-padding-flux-items) + 16px));
+}
+
+.flux .websitename .item.website {
+ width: 150px;
+}
+
+.flux:not(.current):hover .websitename .item.title {
+ max-width: calc(100% - 3 * (2 * var(--frss-padding-flux-items) + 16px) - 150px);
+}
+
.website a:hover .favicon,
a.website:hover .favicon {
filter: grayscale(100%);