mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-24 09:40:28 -06:00
Increase videos grid margins on desktop
This commit is contained in:
parent
559b3cccb7
commit
0a6785d115
@ -342,11 +342,15 @@ ngx-loading-bar {
|
||||
--horizontalMarginContent: #{$expanded-horizontal-margins / 2};
|
||||
}
|
||||
|
||||
--videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)};
|
||||
--videosHorizontalMarginContent: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: #{breakpoint(lg)}) {
|
||||
.main-col {
|
||||
--videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)};
|
||||
}
|
||||
|
||||
/* the following applies from 500px to 900px and is partially overriden from 500px to 800px by changes below to $small-view */
|
||||
.main-col,
|
||||
.main-col.expanded {
|
||||
|
Loading…
Reference in New Issue
Block a user