mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Quick fix for Safari
This commit is contained in:
parent
c003724108
commit
760fdb66db
1 changed files with 3 additions and 0 deletions
|
@ -588,6 +588,9 @@
|
|||
.status .media-container:not(.media-eq1) .media {
|
||||
aspect-ratio: auto !important;
|
||||
}
|
||||
.status .media-container.media-eq1 {
|
||||
display: inline-block;
|
||||
}
|
||||
.status .media-container.media-eq1 .media {
|
||||
display: block;
|
||||
max-width: 100% !important;
|
||||
|
|
Loading…
Reference in a new issue