Home button fixed
It is now an icon in the middle of the button instead of a unicode number
This commit is contained in:
@@ -49,6 +49,18 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.home {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.home-svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
vertical-align: middle;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
&.user { width: 220px; background: darken($color-sidebar, 6%); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user