mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
fix
This commit is contained in:
parent
42d1baa6bf
commit
b5ba546481
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user