feat: add css logging

This commit is contained in:
beriff
2026-03-04 21:37:19 +07:00
parent faa3f941d0
commit 831f0f8010
7 changed files with 72 additions and 14 deletions

9
ui/main.css Executable file
View File

@@ -0,0 +1,9 @@
#toolstrip {
background: rgba(0,0,0,.6);
padding: 6px;
border-radius: 8px;
}
button {
background: none;
}