fix size / responsiveness of image dialogs
This commit is contained in:
parent
9c0ceb685e
commit
ac0116fc52
6 changed files with 18 additions and 6 deletions
|
|
@ -152,7 +152,8 @@ export default defineComponent({
|
|||
"image-title";
|
||||
margin-right: 1em;
|
||||
}
|
||||
@media (max-width: 1400px) {
|
||||
@media (max-width: 1400px) and (min-height: 720px),
|
||||
(max-width: 1000px) {
|
||||
.new-game-dialog .overlay-content {
|
||||
grid-template-columns: auto;
|
||||
grid-template-rows: 1fr min-content min-content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue