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