Tidy up
This commit is contained in:
parent
de1611e693
commit
50c9fd2dc1
|
@ -12,7 +12,6 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
.item-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -31,6 +30,7 @@
|
|||
.item-item:hover {
|
||||
background: var(--grey);
|
||||
border-radius: 3px;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.item-icon {
|
||||
|
@ -48,7 +48,6 @@
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
i {
|
||||
font-size: 24px;
|
||||
color: var(--ink-light);
|
||||
|
|
Loading…
Reference in New Issue