insert Logo

This commit is contained in:
@CyberAndi 2024-02-02 22:07:25 +01:00 committed by GitHub
parent 76d343b0ee
commit 6f8d68b9b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -268,6 +268,22 @@ video.video-js {
height: 0;
}
.on-video_player::after {
content: '';
display: block;
width: calc(16.3vw * 0.75);
height: calc(8.645833vw * 0.75);
border: solid 3px rgb(230,230,230);
position: relative;
top: calc(100% - (6px + 8.645833vw * 0.75) - 4.5em);
background-image: url(../CMovie.svg), url(../Wasser.png);
background-repeat: no-repeat;
border-bottom-left-radius: 13px;
background-position-y: calc(8.645833vw * 0.75 * 0.22), 0;
box-shadow: 0.3em 0.3em 0.5em rgba(32,32,32,0.8);
z-index: 11 !important;
}
.mobile-operations-bar {
display: flex;
position: absolute;