feat: add UI conformance and launch context

This commit is contained in:
2026-08-18 21:32:25 +02:00
parent 7685a103e8
commit 8a925782ab
35 changed files with 1125 additions and 150 deletions
+4 -4
View File
@@ -49,7 +49,7 @@
.public-card h1 {
margin: 0;
max-width: 620px;
max-width: 680px;
font-size: clamp(30px, 4vw, 46px);
line-height: 1.08;
color: var(--text-strong);
@@ -115,7 +115,7 @@
font-weight: 700;
padding: 8px 10px;
margin: -8px -10px;
border-radius: 7px;
border-radius: var(--radius-md);
cursor: pointer;
transition: background-color .12s ease, color .12s ease, box-shadow .12s ease;
}
@@ -125,7 +125,7 @@
.account-pill {
padding: 8px 10px;
margin: 0;
border-radius: 7px;
border-radius: var(--radius-md);
transition: background-color .12s ease, color .12s ease, box-shadow .12s ease;
cursor: pointer;
}
@@ -145,7 +145,7 @@
}
.dropdown-item {
border-radius: 6px;
border-radius: var(--radius-compact);
transition: background-color .12s ease, color .12s ease;
}