fix: misc UI updates and fixes

This commit is contained in:
Xiaohan-Tian
2026-05-07 23:54:08 -07:00
parent 1e33caafc5
commit eead27dbd8
6 changed files with 150 additions and 109 deletions
+7 -1
View File
@@ -50,6 +50,12 @@ button {
transition: border-color 0.25s;
}
button:focus,
button:focus-visible {
outline: none;
box-shadow: none;
}
textarea {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
@@ -73,4 +79,4 @@ input[type="range"]::-webkit-slider-thumb {
background: #e0e0e0;
border-radius: 50%;
cursor: pointer;
}
}