mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix fullmode style height
This commit is contained in:
parent
11972ee2e7
commit
29d02f56ee
@ -19,6 +19,7 @@
|
||||
width: 100%;
|
||||
|
||||
.carousel {
|
||||
background-color: black;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
@ -79,8 +80,6 @@
|
||||
|
||||
max-height: 50vh;
|
||||
|
||||
background-color: black;
|
||||
|
||||
// fixtures for media content
|
||||
img {
|
||||
width: 100%;
|
||||
@ -108,10 +107,6 @@
|
||||
user-select: none;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
>div {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -101,25 +101,25 @@
|
||||
height: 100%;
|
||||
|
||||
.post_additions {
|
||||
height: fit-content;
|
||||
max-height: 80vh;
|
||||
.carousel-root {
|
||||
.carousel {
|
||||
height: 100%;
|
||||
min-height: 70vh;
|
||||
|
||||
.addition {
|
||||
display: flex !important;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
min-height: 70vh;
|
||||
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.plyr {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
img,
|
||||
video {
|
||||
width: fit-content;
|
||||
height: 100%;
|
||||
|
||||
align-self: center;
|
||||
|
||||
object-fit: contain;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user