diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-31 11:38:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-31 11:38:05 +0100 |
commit | 1f788f2044928325e48c5d88ecbc72501873558e (patch) | |
tree | 5adec286aa86477fd638efebe42ecf42d55043e5 /client/src/sass | |
parent | 6693df9dd60e6966186bcb7765218596de7b65c0 (diff) | |
download | PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.tar.gz PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.tar.zst PeerTube-1f788f2044928325e48c5d88ecbc72501873558e.zip |
Improve responsive on video watch
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 5363b759b..84ffbec65 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -360,6 +360,17 @@ table { | |||
360 | } | 360 | } |
361 | } | 361 | } |
362 | 362 | ||
363 | @media screen and (max-width: 900px) { | ||
364 | .main-col { | ||
365 | &, &.expanded { | ||
366 | .margin-content { | ||
367 | margin-left: 50px; | ||
368 | margin-right: 50px; | ||
369 | } | ||
370 | } | ||
371 | } | ||
372 | } | ||
373 | |||
363 | // On small screen, menu is absolute | 374 | // On small screen, menu is absolute |
364 | @media screen and (max-width: 600px) { | 375 | @media screen and (max-width: 600px) { |
365 | .title-menu-left { | 376 | .title-menu-left { |