1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Remove box shadow and padding around preview html element

This commit is contained in:
Andrew Kingston 2021-09-08 09:39:36 +01:00
parent 3b3df86e4d
commit a10906ee01

View file

@ -17,18 +17,14 @@ export default `
margin: 0;
}
html {
height: calc(100% - 16px);
width: calc(100% - 16px);
height: 100%;
width: 100%;
overflow: hidden;
margin: 8px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
}
html.loaded {
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1);
}
body {
flex: 1 1 auto;
overflow: hidden;