summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-20 21:36:37 +0300
committerDevaev Maxim <[email protected]>2020-07-20 21:36:37 +0300
commitb5ba546481dffa687395df725fb4dd57c7dc8338 (patch)
tree86e6948b8c8c7a07af690044dcf7a20e5c5e6bf2
parent42d1baa6bf36d1382ded7a9d74b0616062eea9db (diff)
fix
-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) {