aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/themes/default/freshrss.css4
-rw-r--r--public/themes/flat-design/freshrss.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index a63fc44bf..e3c4c3c3b 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -290,8 +290,8 @@
text-overflow: ellipsis;
}
.flux:hover .item.title {
- overflow: visible;
- padding-right: 2em;
+ border-right: 2px solid rgba(127, 127, 127, 0.1);
+ padding-right: 1em;
position: absolute;
}
.flux .item.title a {
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index 839626227..fa1ed13e6 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -272,8 +272,8 @@ body {
text-overflow: ellipsis;
}
.flux:hover .item.title {
- overflow: visible;
- padding-right: 2em;
+ border-right: 2px solid rgba(127, 127, 127, 0.1);
+ padding-right: 1em;
position: absolute;
}
.flux .item.title a {