From 0d8855bee79cc493f40b5092434bce724a3adb55 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 8 May 2025 03:31:04 +0100 Subject: feat/fix: highlight open chat in chats list, clear message composer on new chat opened --- assets/style.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'assets/style.scss') diff --git a/assets/style.scss b/assets/style.scss index 9a47cb3..8020885 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -47,6 +47,8 @@ html { } #hero img { + height: 128px; + width: 128px; max-width: 100%; } @@ -390,6 +392,24 @@ p { opacity: 0; } +.dock { + display: flex; + flex-direction: column; + border-width: 0 2px 0 0; +} + +.dock-icon { + margin: 8px; +} + +.shortcuts { + border-bottom: 2px solid black; +} + +.dock-icon img { + width: 64px; +} + /* font-families */ /* thai */ -- cgit