This commit is contained in:
Devaev Maxim 2020-07-20 21:36:37 +03:00
parent 42d1baa6bf
commit b5ba546481

View File

@ -63,7 +63,7 @@ div.code {
padding: 10px; padding: 10px;
} }
div.code::-webkit-scrollbar { div.code::-webkit-scrollbar {
width: 8px; width: 8px;
height: 8px; height: 8px;
} }
div.code::-webkit-scrollbar-thumb { div.code::-webkit-scrollbar-thumb {
@ -186,6 +186,7 @@ input[type=text], input[type=password] {
color: var(--cs-code-default-fg); color: var(--cs-code-default-fg);
background-color: var(--cs-code-default-bg); background-color: var(--cs-code-default-bg);
padding: 2px; padding: 2px;
height: 30px;
} }
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {