Commit dd91415e authored by 神楽坂玲奈's avatar 神楽坂玲奈

webview hide

parent b8c1f277
/* Master Styles */ /* Master Styles */
h1 { h1 {
color: #369; color: #369;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 250%; font-size: 250%;
} }
h2, h3 { h2, h3 {
color: #444; color: #444;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-weight: lighter; font-weight: lighter;
} }
body { body {
margin: 2em; margin: 2em;
} }
/* https://github.com/electron/electron/issues/7661#event-827104990 */
webview[hidden] {
width: 0;
height: 0;
flex: 0 1;
display: inherit;
}
\ No newline at end of file
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