X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-miniature%2Fvideo-filters-header.component.scss;h=c65895a516f136c7dd1caf3c519686f7d0552d29;hb=dc9c9500bf5f0fd66906576ee3df4f1c49a1871d;hp=8cb1ff5b86bee48e6f2af73d48d6c853d7dab943;hpb=fdec51e3846d50e3375612a6820ed3ab0b5fcd25;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-video-miniature/video-filters-header.component.scss b/client/src/app/shared/shared-video-miniature/video-filters-header.component.scss index 8cb1ff5b8..c65895a51 100644 --- a/client/src/app/shared/shared-video-miniature/video-filters-header.component.scss +++ b/client/src/app/shared/shared-video-miniature/video-filters-header.component.scss @@ -3,7 +3,6 @@ .root { margin-bottom: 45px; - font-size: 15px; } .first-row { @@ -49,9 +48,12 @@ border-radius: 24px; padding: 4px 15px; - font-size: 16px; margin-bottom: 15px; cursor: pointer; + + &:focus-visible { + outline: pvar(--mainColor) auto 1px; + } } .filters-toggle { @@ -101,7 +103,7 @@ } .sort { - min-width: 200px; + min-width: 250px; max-width: 300px; height: min-content;