Compare commits
59 Commits
typescript
...
main
| Author | SHA1 | Date |
|---|---|---|
|
|
debce36336 | 4 days ago |
|
|
395e5efa54 | 4 days ago |
|
|
faeb89fb42 | 4 days ago |
|
|
2417aee259 | 4 days ago |
|
|
8efc44d1c2 | 4 days ago |
|
|
2b60c30f7f | 4 days ago |
|
|
e7e60d4de6 | 6 days ago |
|
|
59d683dbd2 | 1 week ago |
|
|
2dafdacd53 | 1 week ago |
|
|
23662243be | 1 week ago |
|
|
1d1a7577dc | 1 week ago |
|
|
2f763d9355 | 1 week ago |
|
|
d901725c17 | 1 week ago |
|
|
3c44b97400 | 1 week ago |
|
|
ed4456b7a5 | 2 weeks ago |
|
|
6370191553 | 2 weeks ago |
|
|
2a63573c1b | 2 weeks ago |
|
|
c37b172991 | 2 weeks ago |
|
|
23d99d6a41 | 2 weeks ago |
|
|
a1e9110c14 | 2 weeks ago |
|
|
0d759e8315 | 2 weeks ago |
|
|
2817d4a845 | 2 weeks ago |
|
|
82d5ade615 | 2 weeks ago |
|
|
4fc827e8d8 | 2 weeks ago |
|
|
79edde4319 | 2 weeks ago |
|
|
176e787a09 | 2 weeks ago |
|
|
d8371d77cf | 2 weeks ago |
|
|
847b2c832b | 2 weeks ago |
|
|
66c453fb58 | 2 weeks ago |
|
|
f5ba0ff0f6 | 2 weeks ago |
|
|
f7c02d7426 | 2 weeks ago |
|
|
47b210b2ec | 2 weeks ago |
|
|
a902c172dd | 2 weeks ago |
|
|
5d200a1dde | 3 weeks ago |
|
|
fc5abc0c23 | 3 weeks ago |
|
|
147945c751 | 3 weeks ago |
|
|
b45f51126e | 3 weeks ago |
|
|
2f708a0ddc | 3 weeks ago |
|
|
0abba3d954 | 3 weeks ago |
|
|
7d7ebf88c6 | 3 weeks ago |
|
|
3e34bd8404 | 3 weeks ago |
|
|
82458df080 | 3 weeks ago |
|
|
3d73eca6f7 | 3 weeks ago |
|
|
c4775d7c23 | 3 weeks ago |
|
|
8a743736fe | 3 weeks ago |
|
|
495f76aaad | 3 weeks ago |
|
|
02c03d3f1f | 3 weeks ago |
|
|
eefda87709 | 3 weeks ago |
|
|
941ffd0f2c | 3 weeks ago |
|
|
db865a7666 | 3 weeks ago |
|
|
dd4d7d25c7 | 3 weeks ago |
|
|
f300393122 | 3 weeks ago |
|
|
8dc2a5c3d8 | 3 weeks ago |
|
|
d50e17b1cc | 3 weeks ago |
|
|
a61927ef1d | 3 weeks ago |
|
|
82ac1d56e0 | 3 weeks ago |
|
|
000f479b2f | 3 weeks ago |
|
|
555541e84f | 3 weeks ago |
|
|
d74eed81b3 | 3 weeks ago |
|
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 403 B |
|
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 408 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 106 KiB |
@ -0,0 +1,68 @@ |
||||
@media (max-width: 640px) { |
||||
#topbar { |
||||
overflow-x: auto; |
||||
overflow-y: hidden; |
||||
scrollbar-width: none; |
||||
-webkit-overflow-scrolling: touch; |
||||
gap: 6px; |
||||
padding: 0 8px; |
||||
} |
||||
|
||||
#topbar::-webkit-scrollbar { |
||||
display: none; |
||||
} |
||||
|
||||
#topbar>* { |
||||
flex-shrink: 0; |
||||
} |
||||
|
||||
#topbar .tb-btn { |
||||
font-size: 0; |
||||
gap: 0; |
||||
padding: 3px 8px; |
||||
} |
||||
|
||||
#topbar .tb-btn svg { |
||||
width: 15px; |
||||
height: 15px; |
||||
} |
||||
|
||||
#topbar #theme-toggle { |
||||
font-size: 11px; |
||||
} |
||||
|
||||
#topbar button[onclick="addSection()"] { |
||||
display: none; |
||||
} |
||||
|
||||
#mob-add-section { |
||||
display: flex; |
||||
} |
||||
|
||||
#topbar [style*="flex:1"] { |
||||
display: none; |
||||
} |
||||
|
||||
#main { |
||||
flex-direction: column; |
||||
overflow-y: auto; |
||||
} |
||||
|
||||
#left, |
||||
#right { |
||||
width: 100%; |
||||
border-right: none; |
||||
flex-shrink: 0; |
||||
} |
||||
|
||||
#left { |
||||
border-bottom: 1px solid var(--bd-inner); |
||||
padding: 10px; |
||||
gap: 8px; |
||||
} |
||||
|
||||
#display-box { |
||||
aspect-ratio: 2/1; |
||||
width: 100%; |
||||
} |
||||
} |
||||