Skip to content

Commit

Permalink
fix(sidebar): change styles for friends request label
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Zakablukov authored and stavares843 committed Apr 26, 2022
1 parent 4cdd45c commit 5ada66c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions components/views/navigation/sidebar/Sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,15 @@

.label {
position: absolute;
text-align: center;
top: 0.25rem;
right: 0.25rem;
font-size: @micro-text-size;
font-size: @mini-text-size;
background-color: var(--flair-color);
border-radius: 2px;
line-height: 1.2;
padding: 0.15rem 0.25rem;
line-height: 1;
padding: 0.25rem;
min-width: 18px;
&:extend(.font-primary);
font-family: @primary-font;
}
Expand Down

0 comments on commit 5ada66c

Please sign in to comment.