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
1 changed files with 5 additions and 1 deletions

View File

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