Fix overlay CSS

This commit is contained in:
Luke Street
2026-04-30 21:12:25 -06:00
parent 2cc9db77dd
commit 9dc5fed686
+3 -3
View File
@@ -101,7 +101,7 @@ button {
justify-content: flex-end;
}
.footer-button {
footer-button {
display: block;
width: 100%;
max-width: 220dp;
@@ -117,11 +117,11 @@ button {
opacity: 1;
}
.footer-button.return {
footer-button.return {
text-align: left;
}
.footer-button.reset {
footer-button.reset {
text-align: right;
}