feat: add character studio and aircraft foundation
This commit is contained in:
+26
@@ -446,6 +446,30 @@
|
||||
}
|
||||
.tier.god .who { color: var(--amber-ink); }
|
||||
.tier a { color: var(--amber-ink); text-transform: none; letter-spacing: 0.04em; }
|
||||
.profile-trigger {
|
||||
min-height: 28px;
|
||||
padding: 4px 8px;
|
||||
color: var(--amber-ink);
|
||||
background: rgba(242, 177, 52, 0.1);
|
||||
border: 1px solid rgba(242, 177, 52, 0.3);
|
||||
border-radius: var(--r-sm);
|
||||
font: inherit;
|
||||
letter-spacing: 0.06em;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
}
|
||||
.profile-trigger:hover { background: rgba(242, 177, 52, 0.2); }
|
||||
.profile-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 20;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
padding: var(--s4);
|
||||
background: rgba(5, 8, 11, 0.68);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
/* ---- Bottom right: what you picked, and how to drive ------------------ */
|
||||
.rail {
|
||||
@@ -978,6 +1002,8 @@
|
||||
|
||||
<p id="source" class="source"></p>
|
||||
|
||||
<div id="profile-overlay" class="profile-overlay" hidden></div>
|
||||
|
||||
<!-- Behind the panel sheet on a phone, and nowhere else. A sheet with no
|
||||
scrim leaves no way to dismiss it but the same button that opened it,
|
||||
which is the wrong half of the screen for a thumb. -->
|
||||
|
||||
Reference in New Issue
Block a user