summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/theme/freshrss.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css
index df0fd9dce..3ab7177d5 100644
--- a/public/theme/freshrss.css
+++ b/public/theme/freshrss.css
@@ -435,11 +435,13 @@
top: 0; left: 0;
width: 0;
overflow: hidden;
+ border-right: none;
z-index: 10;
transition: width 200ms linear;
}
.aside:target {
width: 80%;
+ border-right: 1px solid #aaa;
overflow: auto;
}
.aside .toggle_aside {