fix: sidebar & navbar

This commit is contained in:
Alexandro Uc Santos
2024-05-10 19:59:40 -06:00
parent bde532f6c8
commit 1027f38eb0
6 changed files with 39 additions and 13 deletions

View File

@@ -34,12 +34,14 @@
.main-panel {
position: relative;
margin-left: 220px;
width: calc(100wv - 220px) !important;
// width: calc(100wv - 220px) !important;
width: calc(100% - 220px); //new
}
.view {
width: 100%;
padding: 24px 50px;
background-color: #f6f3f3;
}
@media (max-width: 1400px) {
@@ -52,7 +54,8 @@
.main-panel {
position: relative;
margin-left: 0px;
width: 100wv !important;
// width: 100wv !important;
width: 100%; //new
}
.view {
margin: 24px 0px;