Merge pull request #2622 from basecamp/ui-regression-fixes

UI regression fixes
This commit is contained in:
Zoltán Hosszú
2026-02-27 11:01:09 +01:00
committed by GitHub
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="3.25" cy="12" r="3.25"/><circle cx="12" cy="12" r="3.25"/><circle cx="20.75" cy="12" r="3.25"/></svg>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="3"/><circle cx="4" cy="12" r="3"/><circle cx="20" cy="12" r="3"/></svg>

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 158 B

+1
View File
@@ -18,6 +18,7 @@
padding: var(--btn-padding, 0.5em 1.1em);
pointer-events: auto;
position: relative;
text-decoration: none;
transition: 100ms ease-out;
transition-property: background-color, border, box-shadow, color, opacity, scale;
+1
View File
@@ -398,6 +398,7 @@
position: absolute;
rotate: 5deg;
transform-origin: top right;
z-index: 2;
.cards & {
display: none;
+1
View File
@@ -10,6 +10,7 @@
flex-wrap: wrap;
gap: var(--inline-space-half);
inline-size: 100%;
z-index: 3;
&:has([open]) {
z-index: var(--z-popup);