]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_miniature.scss
Clearer font definitons via a font-face mixin
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _miniature.scss
index b0e07d61a1823da78d8f152b895e4cfa78afa396..5e591cf455ba25bd17bd905b6ae87d19df11dea3 100644 (file)
@@ -80,7 +80,8 @@ $play-overlay-width: 18px;
   }
 
   &.focus-visible {
-    box-shadow: 0 0 0 2px var(--mainColor);
+    box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest);
+    outline: none;
   }
 
   img {
@@ -240,7 +241,7 @@ $play-overlay-width: 18px;
     width: $video-miniature-width * 2;
   }
 
-  @media screen and (max-width: 500px) {
+  @media screen and (max-width: $mobile-view) {
     width: auto;
     margin: 0 !important;