aboutsummaryrefslogtreecommitdiff
path: root/src/app/main.css
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2021-12-30 00:19:21 +0100
committerAlystrasz <contact@remyraes.com>2021-12-30 00:19:21 +0100
commit869fef7de703174b5b0e0eadc6565a8963bb6bfc (patch)
tree6d0cfb1c6c1dcec1f53b8853474f4910db17bdbe /src/app/main.css
parent9df37da13c5eeba92ceeed7a5e9ffbaed976a615 (diff)
parentfabfee3a0b845a9b58dbb59932228d6c4223aad3 (diff)
downloadViper-869fef7de703174b5b0e0eadc6565a8963bb6bfc.tar.gz
Viper-869fef7de703174b5b0e0eadc6565a8963bb6bfc.zip
Merge branch 'main' into feat/version-indicator
Diffstat (limited to 'src/app/main.css')
-rw-r--r--src/app/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css
index f3cd7c5..c86e08d 100644
--- a/src/app/main.css
+++ b/src/app/main.css
@@ -28,16 +28,22 @@ body, button, input {
font-family: "Roboto Mono", monospace;
}
+nobr {white-space: nowrap}
+
.line {
display: flex;
margin-top: 15px;
}
.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 +53,7 @@ button, .text {
}
button {
+ margin-bottom: 10px;
color: var(--btnforeground);
-webkit-app-region: no-drag;
}