mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix Incorrect loading of images on iOS devices (#1562)
* Removing the height parameter seems to resolve the issue without noticeable differences in functionality
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
### 🐛 Bug fixes
|
### 🐛 Bug fixes
|
||||||
|
* Fix rendering of carousel images on Apple devices. ([#1562](https://github.com/stashapp/stash/pull/1562))
|
||||||
* Show New and Delete buttons in mobile view. ([#1539](https://github.com/stashapp/stash/pull/1539))
|
* Show New and Delete buttons in mobile view. ([#1539](https://github.com/stashapp/stash/pull/1539))
|
||||||
@@ -99,7 +99,6 @@
|
|||||||
&-image {
|
&-image {
|
||||||
content-visibility: auto;
|
content-visibility: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
||||||
picture {
|
picture {
|
||||||
|
|||||||
Reference in New Issue
Block a user