Change sidebar style

This commit is contained in:
cuom1999 2022-10-29 21:06:11 -05:00
parent 091826afdb
commit 7d009c36de
2 changed files with 10 additions and 2 deletions

View file

@ -174,8 +174,14 @@
.left-sidebar-item {
.sidebar-icon {
font-size: large;
width: 1.2em;
display: inline-block;
i {
position: relative;
bottom: -1.5px;
}
}
}
.left-sidebar-item:hover {
@ -280,7 +286,7 @@
}
.left-sidebar-item {
border-radius: 0 2em 2em 0;
border-radius: 0 0.5em 0.5em 0;
}
.feed-table {