]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update website.scss 3916/head
authorJeremy Bolding <cyberchefjay@gmail.com>
Wed, 2 Oct 2024 08:53:49 +0000 (03:53 -0500)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2024 08:53:49 +0000 (03:53 -0500)
docs/website.scss

index e58af45394f7bf5ec75d973aa0abc0f2d9672076..837546af35183d1b68e62809de9e4f311c30a3a1 100644 (file)
@@ -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 {