allow upload image by drag/drop
This commit is contained in:
parent
95a06972c7
commit
3ce631d722
6 changed files with 85 additions and 8 deletions
|
|
@ -132,6 +132,16 @@ export default defineComponent({
|
|||
height: 90%;
|
||||
width: 80%;
|
||||
}
|
||||
@media (max-width: 1400px) {
|
||||
.new-game-dialog .overlay-content {
|
||||
grid-template-columns: auto;
|
||||
grid-template-rows: 1fr min-content min-content;
|
||||
grid-template-areas:
|
||||
"image"
|
||||
"settings"
|
||||
"buttons";
|
||||
}
|
||||
}
|
||||
.new-game-dialog .area-image {
|
||||
grid-area: image;
|
||||
margin: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue