From 83abc8506eb93c7907a5dbf6076784a066f4cbbc Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 19 Dec 2020 04:53:59 +0200 Subject: [PATCH] Fix 'half-mobile' styles in docs --- dashboard/src/style/docs.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/style/docs.pcss b/dashboard/src/style/docs.pcss index df8e5e72..2decd8a8 100644 --- a/dashboard/src/style/docs.pcss +++ b/dashboard/src/style/docs.pcss @@ -4,7 +4,7 @@ } } -@screen until-sm { +@screen until-lg { .docs-sidebar.closed:not(:focus-within) { @apply sr-only; }