From 9dec69104d2a1ec9c06d0953b020ac52e0331425 Mon Sep 17 00:00:00 2001 From: gdamore Date: Mon, 28 Jul 2025 21:27:00 +0000 Subject: deploy: cdcf4934610a2673727b4efad93b82191c3379eb --- ref/css/general.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ref/css/general.css') diff --git a/ref/css/general.css b/ref/css/general.css index 9946cfc0..9121c6f5 100644 --- a/ref/css/general.css +++ b/ref/css/general.css @@ -86,11 +86,12 @@ h6:target::before { box-sizing: border-box; background-color: var(--bg); } -.no-js .page-wrapper, +html:not(.js) .page-wrapper, .js:not(.sidebar-resizing) .page-wrapper { transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ } -[dir=rtl] .js:not(.sidebar-resizing) .page-wrapper { +[dir=rtl]:not(.js) .page-wrapper, +[dir=rtl].js:not(.sidebar-resizing) .page-wrapper { transition: margin-right 0.3s ease, transform 0.3s ease; /* Animation: slide away */ } -- cgit v1.2.3-70-g09d2