diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-04 18:35:39 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-04 18:35:39 +0200 |
commit | 3b766e181c59ce148fde73e507276c9fbaf37eb1 (patch) | |
tree | 0c94b10fc35192897ebbb2f83f8dd04a42b9504a /client/src/sass/application.scss | |
parent | 6aff854c0e56a11b61fa1130763c7c86e46a4c4d (diff) | |
download | PeerTube-3b766e181c59ce148fde73e507276c9fbaf37eb1.tar.gz PeerTube-3b766e181c59ce148fde73e507276c9fbaf37eb1.tar.zst PeerTube-3b766e181c59ce148fde73e507276c9fbaf37eb1.zip |
fixing grid readjustment with expand and screens < 1150px
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 8e663d32f..a4fea13c2 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -363,3 +363,9 @@ table { | |||
363 | } | 363 | } |
364 | } | 364 | } |
365 | } | 365 | } |
366 | |||
367 | @media screen and (max-width: 400px) { | ||
368 | menu { | ||
369 | width: 100%; | ||
370 | } | ||
371 | } | ||