This commit is contained in:
Bastian Wagner
2024-10-22 14:17:12 +02:00
parent cda60a669e
commit d4ddcafd2b
6 changed files with 60 additions and 39 deletions

View File

@@ -23,11 +23,12 @@ mat-drawer, mat-toolbar {
.main_sidenav{
width: 200px;
padding: 0 2px;
}
mat-drawer {
button {
width: 100%;
width: calc(100% - 4px);
}
}