mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 07:01:48 +02:00
refactor: cleanup
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
.sidenav-container {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
background-color: var(--mat-sys-surface-dim);
|
||||
}
|
||||
|
||||
mat-sidenav {
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user