Normalize install step button sizing

This commit is contained in:
Dorian
2026-05-15 17:54:25 -05:00
parent ac94e58d9a
commit 940ee6a590

View File

@@ -1211,21 +1211,21 @@ body.menu-open {
.modal-footer.install-step-footer .secondary-action {
display: inline-flex;
grid-column: auto;
min-height: 3.75rem;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.skip-app-action {
.modal-footer > .skip-app-action {
grid-column: 1 / -1;
justify-self: center;
width: auto;
min-width: 0;
border: 0;
background: transparent;
color: rgba(255, 255, 255, 0.58);
cursor: pointer;
padding: 0.35rem 0.6rem;
padding: 0.5rem 0.75rem;
font-size: 0.72rem;
font-weight: 850;
letter-spacing: 0.12em;
@@ -1233,8 +1233,8 @@ body.menu-open {
transition: color 160ms ease, background-color 160ms ease;
}
.skip-app-action:hover {
border-radius: 999px;
.modal-footer > .skip-app-action:hover {
border-radius: 8px;
background: rgba(255, 255, 255, 0.07);
color: rgba(255, 255, 255, 0.86);
}