summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/style.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/style.scss b/assets/style.scss
index f6e1d55..016c568 100644
--- a/assets/style.scss
+++ b/assets/style.scss
@@ -650,6 +650,17 @@ background: #00000060;
}
}
+.sidebar .behind-hovering {
+ width: 402px;
+ transition: width 0.2s ease-out allow-discrete;
+}
+
+@starting-style {
+ .sidebar .behind-hovering {
+ width: 0;
+ }
+}
+
.overlay {
position: relative;
z-index: 100;