aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/App.css')
-rw-r--r--ui/src/App.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/ui/src/App.css b/ui/src/App.css
deleted file mode 100644
index 29ca80f1..00000000
--- a/ui/src/App.css
+++ /dev/null
@@ -1,27 +0,0 @@
-html {
- overscroll-behavior: none;
-}
-
-.logo.vite:hover {
- filter: drop-shadow(0 0 2em #747bff);
-}
-
-.logo.react:hover {
- filter: drop-shadow(0 0 2em #61dafb);
-}
-
-.history-header {
- height: 150px;
-}
-
-.history-search {
- height: 64px;
-}
-
-.history-list {
- height: calc(100dvh - 4rem - 2rem);
-}
-
-.history-item {
- height: 90px;
-}