Scanner WIP (#3239)

This commit is contained in:
Kalle
2026-08-07 20:47:19 +03:00
committed by GitHub
parent 2029129f2d
commit 59fa42c513
374 changed files with 84665 additions and 223 deletions

View File

@@ -0,0 +1,6 @@
.container {
height: 300px;
background-color: var(--color-bg-high);
border-radius: var(--radius-box);
padding: var(--s-2-5) var(--s-3);
}