change home layout

This commit is contained in:
Peter Maquiran
2023-04-17 11:50:41 +01:00
parent 578b9a1252
commit 2c18fb4a20
6 changed files with 65 additions and 15 deletions
+11 -1
View File
@@ -527,6 +527,11 @@ ion-toolbar{
display: flex !important;
}
.box-container {
height: unset !important;
}
}
@@ -558,9 +563,11 @@ ion-title{
.box-container {
background-color: white;
flex-direction: column;
}
.box-container {
height: 100%;
padding: 20px;
border-radius: 20px;
@@ -599,12 +606,15 @@ ion-title{
}
.main-content {
flex-direction: column;
// flex-direction: column;
width: 100%;
}
.schedule-container {
flex-grow: 1;
overflow: auto;
.schedule {
box-shadow: unset !important;
border: unset !important;