aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-04 18:35:39 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-04 18:35:39 +0200
commit3b766e181c59ce148fde73e507276c9fbaf37eb1 (patch)
tree0c94b10fc35192897ebbb2f83f8dd04a42b9504a /client/src/sass/application.scss
parent6aff854c0e56a11b61fa1130763c7c86e46a4c4d (diff)
downloadPeerTube-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.scss6
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}