mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-03 15:52:34 +01:00
Set max-width and max-height to gif video (#13533)
This commit is contained in:
parent
80182eda62
commit
c5c8f68031
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue