Fixed sidebar links style on the feed page
This commit is contained in:
parent
da41cb2e9c
commit
af5379ebf5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user