]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5045 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 9 Feb 2022 09:21:13 +0000 (10:21 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 9 Feb 2022 09:21:13 +0000 (10:21 +0100)
public/packages/fluidbook/toolbox/css/style.less

index c844b41000858b64938fb7cddc4fadf1394ccc6c..98831ab8785e9ef990e64f03cf622c4866787068 100644 (file)
@@ -403,3 +403,23 @@ body.embeded {
         float: right;
     }
 }
+
+.featherlight .featherlight-content {
+    @media only screen and (max-width: 1024px) {
+        border: 0;
+        padding: 0;
+        min-width: 100%;
+        width: 100%;
+        max-width: 100%;
+        min-height: 100%;
+        height: 100%;
+        max-height: 100%;
+    }
+
+    .featherlight-inner {
+        @media only screen and (max-width: 1024px) {
+            width: 100%;
+            height: 100%;
+        }
+    }
+}