refactor(static): refactor static module

This commit is contained in:
2026-07-06 11:52:55 +03:00
parent 820472796b
commit 8f244455ac
14 changed files with 78 additions and 79 deletions

View File

@@ -0,0 +1,17 @@
.widget .app {
padding: 0.5rem !important;
}
.widget header {
display: none !important;
}
.widget main {
display: flex;
flex-direction: column;
align-items: center;
}
.widget footer {
display: none !important;
}