FEATURE: complete control over the iframe size
This commit is contained in:
parent
19856c0ee9
commit
3f6c61633a
3 changed files with 27 additions and 2 deletions
4
front/dist/resources/style/style.css
vendored
4
front/dist/resources/style/style.css
vendored
|
@ -330,6 +330,10 @@ body {
|
|||
top: 0;
|
||||
width: 50%;
|
||||
height: 100vh;
|
||||
cursor: ew-resize;
|
||||
}
|
||||
#cowebsite iframe {
|
||||
margin-left: 30px;
|
||||
}
|
||||
#cowebsite.loading {
|
||||
transform: translateX(90%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue