Merge pull request #826 from basecamp/fizzy-menu-polish
Fizzy menu polish
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user