Feat v0.6.13 responsive spacing (#48)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #48.
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.5rem;
|
||||
padding: 0.45rem 1rem;
|
||||
gap: var(--sp-2);
|
||||
padding: var(--sp-2) var(--sp-4);
|
||||
font-size: 0.8rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
@@ -75,8 +75,8 @@
|
||||
.sw-shell__announcement-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
padding: 0.6rem 1.25rem;
|
||||
gap: var(--sp-3);
|
||||
padding: var(--sp-2) var(--sp-5);
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
.sw-shell__footer {
|
||||
flex-shrink: 0;
|
||||
padding: 0.5rem 1rem;
|
||||
padding: var(--sp-2) var(--sp-4);
|
||||
border-top: 1px solid var(--border);
|
||||
font-size: 0.75rem;
|
||||
color: var(--text-3);
|
||||
@@ -125,11 +125,11 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 44px;
|
||||
padding: 0 12px;
|
||||
padding: 0 var(--sp-3);
|
||||
background: var(--bg-surface);
|
||||
border-bottom: 1px solid var(--border);
|
||||
flex-shrink: 0;
|
||||
gap: 10px;
|
||||
gap: var(--sp-3);
|
||||
}
|
||||
|
||||
.sw-topbar__title {
|
||||
@@ -147,13 +147,13 @@
|
||||
.sw-topbar__slot {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
gap: var(--sp-2);
|
||||
}
|
||||
|
||||
.sw-topbar__right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
gap: var(--sp-2);
|
||||
}
|
||||
|
||||
/* ── User menu trigger ───────────────────── */
|
||||
@@ -241,7 +241,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 10px 14px;
|
||||
padding: var(--sp-3) var(--sp-3);
|
||||
border-bottom: 1px solid var(--border, #2a2a2e);
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
@@ -268,14 +268,14 @@
|
||||
}
|
||||
|
||||
.sw-notification-bell__empty {
|
||||
padding: 24px 14px;
|
||||
padding: var(--sp-6) var(--sp-3);
|
||||
text-align: center;
|
||||
color: var(--text-3, #555);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.sw-notification-bell__item {
|
||||
padding: 10px 14px;
|
||||
padding: var(--sp-3) var(--sp-3);
|
||||
border-bottom: 1px solid var(--border, #2a2a2e);
|
||||
cursor: pointer;
|
||||
transition: background 0.15s;
|
||||
|
||||
Reference in New Issue
Block a user