aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/App.css
blob: 29ca80f1e73191169c4db00a77806ca8e845d5b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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;
}