← back to Exo
removing unneccesary css
95ce665758fcc290caf8be93a84dd5d35e1b0471 · 2024-11-13 15:28:25 -0800 · cadenmackenzie
Files touched
Diff
commit 95ce665758fcc290caf8be93a84dd5d35e1b0471
Author: cadenmackenzie <cadenmackenzie@gmail.com>
Date: Wed Nov 13 15:28:25 2024 -0800
removing unneccesary css
---
exo/tinychat/index.css | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/exo/tinychat/index.css b/exo/tinychat/index.css
index b41811b8..442dc827 100644
--- a/exo/tinychat/index.css
+++ b/exo/tinychat/index.css
@@ -490,14 +490,4 @@ p {
.clear-history-button i {
font-size: 14px;
-}
-
-.model-select option.model-not-downloaded {
- color: #888;
- font-style: italic;
-}
-
-.model-select option.model-downloaded {
- color: inherit;
- font-weight: 500;
}
\ No newline at end of file
← 25d67f50 cleaning up logging in index.js
·
back to Exo
·
removing sorting of models by name 3eb726ce →