diff options
author | 2025-05-08 03:31:04 +0100 | |
---|---|---|
committer | 2025-05-08 03:31:04 +0100 | |
commit | 0d8855bee79cc493f40b5092434bce724a3adb55 (patch) | |
tree | 649d94bc850f9682fb7a96de5d3a2c87aa43ceff /assets | |
parent | 01bf0c11eaea7c3d8b12712143569b3931a5ae33 (diff) | |
download | macaw-web-0d8855bee79cc493f40b5092434bce724a3adb55.tar.gz macaw-web-0d8855bee79cc493f40b5092434bce724a3adb55.tar.bz2 macaw-web-0d8855bee79cc493f40b5092434bce724a3adb55.zip |
feat/fix: highlight open chat in chats list, clear message composer on new chat opened
Diffstat (limited to 'assets')
-rw-r--r-- | assets/bubble.png | bin | 0 -> 232874 bytes | |||
-rw-r--r-- | assets/caw.png | bin | 0 -> 1106705 bytes | |||
-rw-r--r-- | assets/macaw-icon.png | bin | 0 -> 1300928 bytes | |||
-rw-r--r-- | assets/style.scss | 20 |
4 files changed, 20 insertions, 0 deletions
diff --git a/assets/bubble.png b/assets/bubble.png Binary files differnew file mode 100644 index 0000000..003a141 --- /dev/null +++ b/assets/bubble.png diff --git a/assets/caw.png b/assets/caw.png Binary files differnew file mode 100644 index 0000000..0e26169 --- /dev/null +++ b/assets/caw.png diff --git a/assets/macaw-icon.png b/assets/macaw-icon.png Binary files differnew file mode 100644 index 0000000..b352ac0 --- /dev/null +++ b/assets/macaw-icon.png 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 */ |