aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-28 14:37:04 +0200
committerChocobozzz <me@florianbigard.com>2018-09-28 14:37:04 +0200
commit19f22055162185d5f46d5916c82de3639de209a1 (patch)
tree580182b08fbcacf5a46028cb4c0b08d2c2cd9b5c /client/src/sass/application.scss
parent287918da174bf9a57612745198cd2ae1d08a282d (diff)
downloadPeerTube-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.scss2
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 {