css und für post load

This commit is contained in:
Sebastian Titz
2022-02-25 13:46:08 +01:00
parent 481ac50569
commit 527c2ab882
3 changed files with 7870 additions and 3 deletions

View File

@@ -7,13 +7,16 @@
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
margin-right: -130px;
transition: margin-right 1s;
}
#flag-panel.open {
margin-right: 0px !important;
}
#flag-panel.opened {
transition: margin-right 1s;
}
#flag-panel span {
margin-right: 10px;
margin-left: 5px;
@@ -28,6 +31,14 @@
background-color: rgba(0,0,0,0.5);
}
#flagoverlay iframe {
#flag-overlay iframe {
width: 80%;
min-width: 350px;
margin: 0 auto;
margin-top: 1vh;
display: block;
background-color: #fff;
border: 3px solid #000;
overflow-y: scroll;
height: 97vh;
}