fix ui element padding

This commit is contained in:
binary-husky
2023-12-29 15:16:33 +08:00
parent 865c4ca993
commit ef8fadfa18
3 changed files with 11 additions and 5 deletions

View File

@@ -94,6 +94,10 @@
background-color: var(--block-background-fill) !important;
}
#cbsc {
background-color: var(--block-background-fill) !important;
}
#interact-panel .form {
border: hidden
}