mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44: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;
|
||||
}
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.zoom-0 {
|
||||
|
||||
.zoom-0 {
|
||||
width: 240px;
|
||||
|
||||
.scene-card-preview {
|
||||
@@ -510,9 +510,9 @@ textarea.text-input {
|
||||
.tag-card-image {
|
||||
max-height: 180px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.zoom-1 {
|
||||
.zoom-1 {
|
||||
width: 320px;
|
||||
|
||||
.scene-card-preview {
|
||||
@@ -531,9 +531,9 @@ textarea.text-input {
|
||||
.image-card-preview {
|
||||
height: 240px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.zoom-2 {
|
||||
.zoom-2 {
|
||||
width: 480px;
|
||||
|
||||
.scene-card-preview {
|
||||
@@ -552,9 +552,9 @@ textarea.text-input {
|
||||
.image-card-preview {
|
||||
height: 360px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.zoom-3 {
|
||||
.zoom-3 {
|
||||
width: 640px;
|
||||
|
||||
.scene-card-preview {
|
||||
@@ -573,7 +573,6 @@ textarea.text-input {
|
||||
.image-card-preview {
|
||||
height: 480px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.scene-card-preview,
|
||||
|
||||
Reference in New Issue
Block a user