Desktop width constrain

This commit is contained in:
Tenzin Passang 2021-11-16 21:26:00 +02:00
parent 19cf6bd66e
commit 62652e20a4
10 changed files with 72 additions and 28 deletions

View file

@ -1,4 +1,4 @@
$background: #ffffff;
@import './variables';
@font-face {
font-family: "Inter";
@ -49,14 +49,6 @@ $background: #ffffff;
font-style: normal;
}
$chat-background: $background;
$chat-standard-padding: 32px;
$chat-standard-padding-s: 16px;
$chat-standard-padding-xs: 8px;
$chat-text-size: 1.0px;
$chat-button-height: 50px;
html { height:100%; }
body { position:absolute; top:0; bottom:0; right:0; left:0; }
@ -142,7 +134,7 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
text-align: center;
margin-bottom: 20px;
}
.dialog-text {
text-align: left;
word-break: break-word;
@ -150,7 +142,7 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
color: black;
text-decoration: underline;
}
}
}
}
.build-version {
@ -162,4 +154,4 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
text-align: center;
letter-spacing: 0.4px;
color: rgba(0, 0, 0, 0.6);
}
}