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:
commit
f87ef9160c
5 changed files with 15 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue