Fixed sidebar links style on the feed page
This commit is contained in:
parent
da41cb2e9c
commit
af5379ebf5
|
@ -16,9 +16,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebarItemName {
|
.sidebarItemName {
|
||||||
|
background: transparent;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
transition: background-color 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebarItemNameLabel {
|
.sidebarItemNameLabel {
|
||||||
|
@ -27,6 +29,12 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
.sidebarItemName {
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.userpic {
|
.userpic {
|
||||||
margin-right: 1.2rem;
|
margin-right: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user