fixes for mobiles & tablets
This commit is contained in:
parent
c807895244
commit
6567bdf059
4 changed files with 21 additions and 3 deletions
|
@ -53,6 +53,9 @@
|
|||
.dialog-buttons {
|
||||
grid-area: buttons;
|
||||
justify-self: center;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.dialog button + button {
|
||||
|
@ -76,3 +79,9 @@ button.yes {
|
|||
button.no {
|
||||
background: hsl(5deg, 70%, 80%);
|
||||
}
|
||||
|
||||
@media (pointer: coarse) {
|
||||
button {
|
||||
font-size: 150%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue