Fixing input size
CI Test Guard / validate-code (push) Has been cancelled

This commit is contained in:
Tyler
2026-05-15 00:14:11 -04:00
parent d414b21708
commit 7ff4465c51
+2 -1
View File
@@ -149,7 +149,7 @@ INTERACTIVE_CSS = '''
color: var(--color-search-url, #bbb);
border: none;
border-radius: 4px;
padding: 3px 24px 3px 8px;
padding: 1px 10px 1px 10px;
font-size: 0.78em;
cursor: pointer;
width: auto;
@@ -162,6 +162,7 @@ INTERACTIVE_CSS = '''
vertical-align: middle;
line-height: 1.4;
margin-right: 0px !important;
height: 32px !important;
}
.sxng-model-select:hover {
background: var(--color-search-url, #303033);