FEATURE: complete control over the iframe size

This commit is contained in:
kharhamel 2021-03-15 18:43:13 +01:00
parent 19856c0ee9
commit 3f6c61633a
3 changed files with 27 additions and 2 deletions

View file

@ -330,6 +330,10 @@ body {
top: 0;
width: 50%;
height: 100vh;
cursor: ew-resize;
}
#cowebsite iframe {
margin-left: 30px;
}
#cowebsite.loading {
transform: translateX(90%);