Set max-width and max-height to gif video (#13533)
parent
69696c62b1
commit
cf1bf9dda9
|
@ -5575,6 +5575,13 @@ a.status-card.compact:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gifv {
|
||||||
|
video {
|
||||||
|
max-width: 100vw;
|
||||||
|
max-height: 80vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.directory {
|
.directory {
|
||||||
&__list {
|
&__list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue