]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
Fix i18n generation script
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index abbc137b2b25aa175a9e7ae91b48235f87891920..26ba490c7473a484d36b1b1b4a5a5594abf4ac48 100644 (file)
   & + span {
     position: relative;
     width: 18px;
+    min-width: 18px;
     height: 18px;
     border: $border-width solid var(--mainForegroundColor);
     border-radius: 3px;
   border-radius: 50%;
   width: $size;
   height: $size;
+  min-width: $size;
 }
 
 @mixin chevron ($size, $border-width) {