From 5d0b9742f7ed1cfadd0fcec6b4c1471a341f7d5c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 12 Jun 2025 00:50:11 +0100 Subject: feat: hovering sidebar skinnyfies chat views --- assets/style.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'assets/style.scss') 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; -- cgit