Optimized topbar responsive layout.

This commit is contained in:
Cotes Chung 2020-04-07 03:46:46 +08:00
parent 00928c90b7
commit 3e8dc979c6
1 changed files with 4 additions and 0 deletions

View File

@ -1475,6 +1475,10 @@ table {
- (1920px - #{$sidebar-width-large}) ) /* 100% - 350px - (1920px - 350px); */
}
#topbar {
max-width: calc(#{$main-content-max-width} + 20px)
}
#main>div.row {
padding-left: calc((100% - #{$main-content-max-width} - 2%) / 2);
}