summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/share/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/share/css/main.css b/web/share/css/main.css
index 07de6707..443b637a 100644
--- a/web/share/css/main.css
+++ b/web/share/css/main.css
@@ -63,7 +63,7 @@ div.code {
padding: 10px;
}
div.code::-webkit-scrollbar {
- width: 8px;
+ width: 8px;
height: 8px;
}
div.code::-webkit-scrollbar-thumb {
@@ -186,6 +186,7 @@ input[type=text], input[type=password] {
color: var(--cs-code-default-fg);
background-color: var(--cs-code-default-bg);
padding: 2px;
+ height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {