refactor: cleanup

This commit is contained in:
2025-02-06 15:57:53 +01:00
parent 7dbd840ee2
commit 878801dfee
3 changed files with 6 additions and 9 deletions

View File

@ -3,6 +3,7 @@
.sidenav-container {
height: 100vh;
display: flex;
background-color: var(--mat-sys-surface-dim);
}
mat-sidenav {

View File

@ -12,7 +12,7 @@
:host {
display: block;
height: 100vh; /* Full-screen height */
width: 100vw; /* Full-screen width */
width: calc(100vw - 250px); // width of the sidenav
// overflow: hidden;
}

View File

@ -5,15 +5,11 @@
@import "gridstack/dist/gridstack.min.css";
@import "gridstack/dist/gridstack-extra.min.css";
@import "css-star-rating/scss/star-rating";
// gridstack {
// display: grid;
// width: 100%; /* Ensure the grid uses the full width */
// height: 100%; /* Ensure grid height is sufficient */
// }
// gridstack-item {
// display: block;
// }
// for debugging the layout
// * * * * * {
// outline: 3px solid red;
// }
html,
body {