added exposition invisible 3
This commit is contained in:
@@ -745,11 +745,31 @@ adresse1 td {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/**
|
||||
* visible invisible 3
|
||||
*/
|
||||
.video.visible-invisible-3 {
|
||||
position: relative;
|
||||
width: 480px; /* Match poster width */
|
||||
height: 342.85px;
|
||||
background: black;
|
||||
}
|
||||
.video.visible-invisible-3 video {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
object-fit: contain; /* Ensures black bars around the video */
|
||||
}
|
||||
.images.visible-invisible-3 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/**
|
||||
* SCROLL BAR
|
||||
*/
|
||||
|
||||
/* Chrome, Safari, Edge Scrollbar */
|
||||
::-webkit-scrollbar {
|
||||
#Container::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
#Container::-webkit-scrollbar-track {
|
||||
|
||||
Reference in New Issue
Block a user