1
0
Fork 0
mirror of synced 2024-08-15 01:51:33 +12:00

change navitem chevron to be smaller for compact

This commit is contained in:
Gerard Burns 2023-08-21 07:57:06 +01:00
parent e267e71b68
commit a577b706d1

View file

@ -199,7 +199,7 @@
.compact { .compact {
position: absolute; position: absolute;
left: 4px; left: 6px;
padding: 8px; padding: 8px;
margin-left: -8px; margin-left: -8px;
} }
@ -207,6 +207,10 @@
width: 12px; width: 12px;
height: 12px; height: 12px;
} }
.icon.arrow.compact :global(svg) {
width: 9px;
height: 9px;
}
.icon.arrow.relative { .icon.arrow.relative {
position: relative; position: relative;
margin: 0 -6px 0 -4px; margin: 0 -6px 0 -4px;