refactor: decompose app component

This commit is contained in:
waterplea
2022-03-26 16:24:34 +03:00
committed by Lucy C
parent 50f14fe040
commit d7bdc15e49
36 changed files with 666 additions and 525 deletions

View File

@@ -1,11 +1,7 @@
.bold {
font-weight: bold;
}
.dim {
color: var(--ion-color-dark-shade);
:host {
display: block;
}
ion-split-pane {
--side-max-width: 280px;
}
}