diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-28 14:37:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-28 14:37:04 +0200 |
commit | 19f22055162185d5f46d5916c82de3639de209a1 (patch) | |
tree | 580182b08fbcacf5a46028cb4c0b08d2c2cd9b5c /client/src/sass/application.scss | |
parent | 287918da174bf9a57612745198cd2ae1d08a282d (diff) | |
download | PeerTube-19f22055162185d5f46d5916c82de3639de209a1.tar.gz PeerTube-19f22055162185d5f46d5916c82de3639de209a1.tar.zst PeerTube-19f22055162185d5f46d5916c82de3639de209a1.zip |
Display other videos on xl screens on the right
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 40a9ed231..e2271d7d9 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -339,7 +339,7 @@ table { | |||
339 | font-weight: $font-semibold; | 339 | font-weight: $font-semibold; |
340 | } | 340 | } |
341 | 341 | ||
342 | @media screen and (max-width: 1200px) { | 342 | @media screen and (max-width: 1600px) { |
343 | .main-col { | 343 | .main-col { |
344 | &.expanded { | 344 | &.expanded { |
345 | .margin-content { | 345 | .margin-content { |