]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
Add ability to search playlists
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index 0822e0ca64c55c92b4d02f74aba543fbd0c804d5..62e1ca163dfbaa1b5b647dda4f7d5db1a672f4e4 100644 (file)
     opacity: 0.7;
   }
 
-  @media screen and (max-width: $width) {
+  @media screen and (max-width: calc(#{$width} + 40px)) {
     width: 100%;
   }
 }
     width: 100%;
     height: 100%;
     top: 0;
+
     @content;
   }
 }