mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Reduced max standalone media height to 450px
This commit is contained in:
parent
9c54ccb00e
commit
259a327819
@ -1836,7 +1836,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
}
|
||||
|
||||
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
|
||||
max-height: 500px;
|
||||
max-height: 450px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
@ -1835,7 +1835,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
}
|
||||
|
||||
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
|
||||
max-height: 500px;
|
||||
max-height: 450px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
@ -1835,7 +1835,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
}
|
||||
|
||||
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
|
||||
max-height: 500px;
|
||||
max-height: 450px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user