mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 00:43:12 +01:00
Frontpage Mobile Fix (#4057)
Change CSS To show Correct dimensions on Mobile
This commit is contained in:
parent
24e4719abc
commit
f237a58cbc
1 changed files with 64 additions and 65 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue