aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 852ae77..09b6263 100644
--- a/static/style.css
+++ b/static/style.css
@@ -120,6 +120,12 @@ h3 {
height: 100%;
overflow-y: auto;
background-color: #ccc;
+ transition-property: left;
+ transition-duration: .4s;
+}
+
+#filters.hidden {
+ left: -13rem;
}
#tags, #feeds {
@@ -163,8 +169,8 @@ pre {
line-height: 1em;
z-index: 1;
cursor: pointer;
- width: 5rem;
- background-color: #ccc;
+ width: 1.5rem;
+ font-size: 3rem;
}
.hasunread {