mirror of https://github.com/Chocobozzz/PeerTube
Fix width content with menu from 500px to 800px
parent
62365adc75
commit
ac6ac4e214
|
@ -298,6 +298,12 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: #{$mobile-view + $menu-width}) {
|
||||
.main-col {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $small-view) {
|
||||
.main-col {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in New Issue