fix: sidebar & navbar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user