updated the input boxes on the settings page to take up the full width.

This commit is contained in:
Xiaohan-Tian
2025-08-13 22:52:35 -07:00
parent 22f4155ced
commit dd6a70e0b2
+1 -1
View File
@@ -1591,7 +1591,7 @@ textarea {
.settings-input, .settings-select, .settings-textarea { .settings-input, .settings-select, .settings-textarea {
width: 100%; width: 100%;
max-width: 300px; /* max-width: 300px; */
padding: 8px 12px; padding: 8px 12px;
background-color: #3a3a3a; background-color: #3a3a3a;
border: 1px solid #555; border: 1px solid #555;