Fixed sidebar links style on the feed page

This commit is contained in:
kvakazyambra 2023-11-21 00:30:48 +03:00
parent da41cb2e9c
commit af5379ebf5

View File

@ -16,9 +16,11 @@
}
.sidebarItemName {
background: transparent;
align-items: center;
display: flex;
position: relative;
transition: background-color 0.2s;
}
.sidebarItemNameLabel {
@ -27,6 +29,12 @@
white-space: nowrap;
}
a:hover {
.sidebarItemName {
background: #000;
}
}
.userpic {
margin-right: 1.2rem;
}