aboutsummaryrefslogtreecommitdiff
path: root/src/app/main.css
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2021-12-29 23:07:14 +0100
committerAlystrasz <contact@remyraes.com>2021-12-29 23:07:14 +0100
commita9744a0c5c6eaa9e17682c18e398ff9c5cf7e0fe (patch)
tree63ca1cdcd43a449b1c726bfd7b0f5c809ef2b58e /src/app/main.css
parent220e890af373daa5765026f7b2e60e66b38fb189 (diff)
parent474f2ae54000463a0a2dfc84ad678a7620cc3d44 (diff)
downloadViper-a9744a0c5c6eaa9e17682c18e398ff9c5cf7e0fe.tar.gz
Viper-a9744a0c5c6eaa9e17682c18e398ff9c5cf7e0fe.zip
Merge branch 'main' into chore/french-translation
Diffstat (limited to 'src/app/main.css')
-rw-r--r--src/app/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css
index 854c47a..c9c62fb 100644
--- a/src/app/main.css
+++ b/src/app/main.css
@@ -34,10 +34,14 @@ body, button, input {
}
.buttons {
+ text-align: right;
margin-left: auto;
margin-right: 7px;
}
+.text {max-width: 38vw}
+.buttons {max-width: 55vw}
+
button, .text {
border: none;
outline: none;
@@ -47,6 +51,7 @@ button, .text {
}
button {
+ margin-bottom: 10px;
color: var(--btnforeground);
-webkit-app-region: no-drag;
}