change navitem chevron to be smaller for compact
This commit is contained in:
parent
e267e71b68
commit
a577b706d1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue