From: Jeremy Bolding Date: Wed, 2 Oct 2024 08:53:49 +0000 (-0500) Subject: Update website.scss X-Git-Tag: 1.0.4~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c42113727c82cb62d7e718f0e5816f8c19f6f9;p=thirdparty%2Fbulma.git Update website.scss --- diff --git a/docs/website.scss b/docs/website.scss index e58af453..837546af 100644 --- a/docs/website.scss +++ b/docs/website.scss @@ -397,9 +397,15 @@ $container-max-width: iv.$fullhd; .skeleton-toggler { position: fixed; - right: 1rem; + right: 13.5rem; bottom: 1rem; - z-index: 1; + z-index: 2; +} + +@include mx.mobile { + .skeleton-toggler { + right: 1rem; + } } .js-resizable {