mirror of https://github.com/Chocobozzz/PeerTube
Use same styles on full or not until lg screen
parent
ac6ac4e214
commit
1f6d244970
|
@ -280,7 +280,6 @@ table {
|
|||
|
||||
@media screen and (max-width: #{map-get($grid-breakpoints, lg)}) {
|
||||
.main-col {
|
||||
&.expanded {
|
||||
.margin-content {
|
||||
margin-left: $expanded-horizontal-margins/3;
|
||||
margin-right: $expanded-horizontal-margins/3;
|
||||
|
@ -296,9 +295,8 @@ table {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: #{$mobile-view + $menu-width}) {
|
||||
@media screen and (min-width: $mobile-view) and (max-width: $small-view) {
|
||||
.main-col {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue