Skip to content

Commit

Permalink
make icon in folder tab round
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jan 9, 2025
1 parent fd12c52 commit cc4da4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/scss/finder-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,12 @@ ul.messagelist {

span {
cursor: pointer;
margin-left: 10px;
margin-left: 5px;
color: var(--link-fg);
border-radius: 50%;
display: inline-block;
width: 20px;

&:hover {
color: var(--link-hover-color);
background-color: var(--primary);
Expand All @@ -115,7 +118,7 @@ ul.messagelist {
svg {
height: 16px;
width: 16px;
margin: -2px 0;
margin: -2px 2px;
}
}

Expand Down

0 comments on commit cc4da4f

Please sign in to comment.