Skip to content

Commit

Permalink
Fix header in dashoard in mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Jan 29, 2023
1 parent ce7773f commit 69e98c3
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions src/pages/_dashboard.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
@media (min-width: 40em){
.dashboardDocument .skinBody {
width: calc(100% - 20em);
}
/** @format */

@media (min-width: 40em) {
.dashboardDocument .skinBody {
width: calc(100% - 20em);
}
}

.dashboardDocument {
.headerTabs{
margin-left: auto;
width: calc(100% - 20em);
}
.headerTabs {
margin-left: auto;
width: calc(100% - 20em);
}
}

.dashboardColumn:first-child .dashboardSection .paperList {
background: rgb(0 0 0 / 0.5) !important;
font-size: 1.1em;
color: rgb(255 255 255 / 0.7);
}
background: rgb(0 0 0 / 0.5) !important;
font-size: 1.1em;
color: rgb(255 255 255 / 0.7);
}

.layout-mobile .dashboardDocument .headerTabs {
width: 100%;
}

0 comments on commit 69e98c3

Please sign in to comment.