fx115: fix the itemBox rows stretching on hover

display: block on hidden toolbarbuttons ends up stretching the icon and
the row. Use display: revert instead.
This commit is contained in:
Bogdan Abaev 2024-01-25 16:29:51 -05:00 committed by Dan Stillman
parent 5f37ae4ab1
commit 48858fe07f

View file

@ -142,7 +142,7 @@
&:not(.noHover):hover .show-on-hover,
&:focus-within .show-on-hover {
visibility: visible;
display: block;
display: revert;
}
.meta-data {