improve <640px layout

This commit is contained in:
2023-02-20 12:14:23 +10:00
parent 336e7a7d41
commit 731e33a986

View File

@@ -49,7 +49,6 @@ defineProps({
.dialog {
flex-direction: column;
margin: 0 auto;
flex: 1;
background-color: #eee;
padding: map-get($spacer, 5) map-get($spacer, 5)
calc(map-get($spacer, 5) / 1.5) map-get($spacer, 5);
@@ -111,8 +110,8 @@ defineProps({
@media only screen and (max-width: 640px) {
.dialog {
padding: map-get($spacer, 1) map-get($spacer, 3) map-get($spacer, 3)
map-get($spacer, 3);
padding: map-get($spacer, 5) map-get($spacer, 4) map-get($spacer, 4)
map-get($spacer, 4);
min-width: auto;
.button {