improve the visual of the cowebsite
This commit is contained in:
parent
3f6c61633a
commit
272be3eba0
4 changed files with 73 additions and 38 deletions
26
front/dist/resources/style/style.css
vendored
26
front/dist/resources/style/style.css
vendored
|
@ -330,10 +330,7 @@ body {
|
|||
top: 0;
|
||||
width: 50%;
|
||||
height: 100vh;
|
||||
cursor: ew-resize;
|
||||
}
|
||||
#cowebsite iframe {
|
||||
margin-left: 30px;
|
||||
display: flex;
|
||||
}
|
||||
#cowebsite.loading {
|
||||
transform: translateX(90%);
|
||||
|
@ -342,6 +339,25 @@ body {
|
|||
transform: translateX(100%);
|
||||
}
|
||||
|
||||
#cowebsite main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#cowebsite aside {
|
||||
width: 30px;
|
||||
background: gray;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
cursor: ew-resize;
|
||||
}
|
||||
|
||||
#cowebsite aside img {
|
||||
cursor: ew-resize;
|
||||
margin: 3px;
|
||||
transform: rotate(90deg);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#cowebsite .close-btn{
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
@ -415,7 +431,7 @@ body {
|
|||
background-color: gray;
|
||||
}
|
||||
|
||||
#cowebsite > iframe {
|
||||
#cowebsite main iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue