Add first static (no reactivity, static data) implementation of ChatsWindow

This commit is contained in:
2023-08-20 20:04:09 +02:00
parent 3b89cd1769
commit ff95dcade8
13 changed files with 520 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
$font-size: 100vh * 0.01;
$icon-size: $font-size * 2;
$border-style: thin solid #BED6E0;
body {
height: 100vh;
width: 100vw;