Push some pixels

This commit is contained in:
Will Scullin 2022-06-04 11:07:40 -07:00
parent cb615ce995
commit 451b2f1c31
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ button {
border: 1px outset #66594E;
border-radius: 3px;
font-size: 15px;
width: 75px;
min-width: 75px;
}
button:hover {

View File

@ -2,7 +2,7 @@
border-radius: 6px;
border: 3px inset #f0edd0;
padding: 6px;
margin: 10px auto;
margin: 0 auto;
display: flex;
width: 604px;
}
@ -13,6 +13,6 @@
.inset button {
width: 36px;
min-width: 36px;
margin: 0 2px;
}

View File

@ -38,7 +38,7 @@
}
.modalHeader button {
width: 36px;
min-width: 36px;
}
.modalTitle {

View File

@ -4,7 +4,7 @@
}
.display {
margin: 5px auto;
margin: 5px auto 10px auto;
}
:global(.full-page) .display {