mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Frontpage Mobile Fix (#4057)
Change CSS To show Correct dimensions on Mobile
This commit is contained in:
@@ -494,8 +494,8 @@ textarea.text-input {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 576px) {
|
|
||||||
.zoom-0 {
|
.zoom-0 {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
|
||||||
.scene-card-preview {
|
.scene-card-preview {
|
||||||
@@ -510,9 +510,9 @@ textarea.text-input {
|
|||||||
.tag-card-image {
|
.tag-card-image {
|
||||||
max-height: 180px;
|
max-height: 180px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.zoom-1 {
|
.zoom-1 {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
|
|
||||||
.scene-card-preview {
|
.scene-card-preview {
|
||||||
@@ -531,9 +531,9 @@ textarea.text-input {
|
|||||||
.image-card-preview {
|
.image-card-preview {
|
||||||
height: 240px;
|
height: 240px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.zoom-2 {
|
.zoom-2 {
|
||||||
width: 480px;
|
width: 480px;
|
||||||
|
|
||||||
.scene-card-preview {
|
.scene-card-preview {
|
||||||
@@ -552,9 +552,9 @@ textarea.text-input {
|
|||||||
.image-card-preview {
|
.image-card-preview {
|
||||||
height: 360px;
|
height: 360px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.zoom-3 {
|
.zoom-3 {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
|
|
||||||
.scene-card-preview {
|
.scene-card-preview {
|
||||||
@@ -573,7 +573,6 @@ textarea.text-input {
|
|||||||
.image-card-preview {
|
.image-card-preview {
|
||||||
height: 480px;
|
height: 480px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scene-card-preview,
|
.scene-card-preview,
|
||||||
|
|||||||
Reference in New Issue
Block a user