refactor styles

This commit is contained in:
2025-11-10 11:30:16 +01:00
parent b4a1821a55
commit 585caaee58
31 changed files with 4873 additions and 4867 deletions
+17
View File
@@ -0,0 +1,17 @@
@media (max-width: 768px) {
.app-bar {
flex-direction: column;
align-items: flex-start;
gap: 0.75rem;
}
.app-main {
grid-template-columns: 1fr;
}
.sidebar,
.documents-panel,
.detail-panel,
.tags-panel,
.correspondents-panel {
min-height: auto;
}
}