Commit 1ad13aec authored by Vincent Bechu's avatar Vincent Bechu

[erp5_web_renderjs_ui] fix maximize css

parent 7769aaeb
......@@ -1607,6 +1607,9 @@ div[data-gadget-scope='maximize'] button:active {
width: 100vw;
height: calc(100vh - 30pt );
}
.editor-maximize div[data-gadget-scope='editor'] iframe {
height: 100%;
}
/**********************************************
* Icons
**********************************************/
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
<value> <string>vincent</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>964.45640.391.48230</string> </value>
<value> <string>964.45838.34540.6417</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1515493697.25</float>
<float>1515503408.06</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1823,6 +1823,9 @@ div[data-gadget-scope='maximize'] button {
top: @headerheight;
width: 100vw;
height: ~"calc(100vh - "@headerheight~")";
iframe {
height: 100%;
}
}
/**********************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment