Merge branch '193-adjust-width-constraint-on-desktop' into 'main'

Desktop Width constraint set to 900px

Closes #193

See merge request keanuapp/keanuapp-weblite!26
This commit is contained in:
N Pex 2022-01-04 08:26:43 +00:00
commit f87ef9160c
5 changed files with 15 additions and 7 deletions

View file

@ -1,7 +1,7 @@
$background: #ffffff;
$app-background: #f6f6f6;
$main-desktop-width: 644px;
$dialog-desktop-width: 688px;
$main-desktop-width: 900px;
$dialog-desktop-width: 940px;
$chat-background: $background;