migrate firebase db

This commit is contained in:
2026-03-09 21:50:49 +01:00
parent a569c070c5
commit b6c2fe1645
18 changed files with 143 additions and 62 deletions

View File

@@ -8,7 +8,6 @@
margin-bottom: 10px;
box-sizing: border-box;
color: var(--text);
border: 1px solid var(--surface-border);
@media screen and (max-width: 860px) {
width: 100vw;
@@ -46,7 +45,7 @@
overflow: hidden;
transition: var(--transition);
cursor: pointer;
outline: 1px solid var(--divider);
outline: 1px solid var(--surface-muted);
&:hover {
outline: 1px solid var(--primary-hover);