Merge pull request #826 from basecamp/fizzy-menu-polish

Fizzy menu polish
This commit is contained in:
Jason Zimdars
2025-07-29 14:20:48 -05:00
committed by GitHub
+11
View File
@@ -64,6 +64,12 @@
inset: 0.66em 0.33em auto auto;
opacity: 0.5;
position: absolute;
@media (any-hover: none) {
/* This is a reasonable way to assert touch devices. any-pointer would seem */
/* to be a better fit but it is incorrectly reported on many devices */
display: none;
}
}
.icon {
@@ -74,6 +80,11 @@
display: flex;
text-wrap: nowrap;
}
@media (max-width: 639px) {
font-size: var(--text-x-small);
font-weight: 500;
}
}
}
}