]> _ Git - fluidbook-html5.git/commitdiff
wip #7707
authorsoufiane <soufiane@cubedesigners.com>
Wed, 11 Feb 2026 09:54:50 +0000 (10:54 +0100)
committersoufiane <soufiane@cubedesigners.com>
Wed, 11 Feb 2026 09:54:50 +0000 (10:54 +0100)
style/interface.less
style/search-float.less

index cdf2413e6086a44afc948e7c311963e30a0f81cc..f5918852e5e86b5a3e7bbb79bc97ecbf5326ad1b 100644 (file)
 
   .floatmode & {
 
+    @media(max-width: 599px) {
+      left: 50%;
+      transform: translateX(-50%);
+      top: 50px;
+      max-width: 100%;
+      width: calc(100% - 20px);
+    }
+
     &:not(.hideUp) {
       transition: none;
     }
index dcbaba693601ed4080d281967e8882cf1e62a66c..ae8187c63b2f7f822c0d433add91942b2ad2bb0b 100644 (file)
@@ -16,7 +16,7 @@ body.floatmode {
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     z-index: 999;
 
-    @media(max-width: 554px) {
+    @media(max-width: 599px) {
       top: 50px;
       max-width: 100%;
       width: calc(100% - 20px);