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 { ...@@ -1607,6 +1607,9 @@ div[data-gadget-scope='maximize'] button:active {
width: 100vw; width: 100vw;
height: calc(100vh - 30pt ); height: calc(100vh - 30pt );
} }
.editor-maximize div[data-gadget-scope='editor'] iframe {
height: 100%;
}
/********************************************** /**********************************************
* Icons * Icons
**********************************************/ **********************************************/
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <string>vincent</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>964.45640.391.48230</string> </value> <value> <string>964.45838.34540.6417</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1515493697.25</float> <float>1515503408.06</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1823,6 +1823,9 @@ div[data-gadget-scope='maximize'] button { ...@@ -1823,6 +1823,9 @@ div[data-gadget-scope='maximize'] button {
top: @headerheight; top: @headerheight;
width: 100vw; width: 100vw;
height: ~"calc(100vh - "@headerheight~")"; 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