Skip to content

Commit cc4da4f

Browse files
committed
make icon in folder tab round
1 parent fd12c52 commit cc4da4f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

client/scss/finder-admin.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,12 @@ ul.messagelist {
100100

101101
span {
102102
cursor: pointer;
103-
margin-left: 10px;
103+
margin-left: 5px;
104104
color: var(--link-fg);
105105
border-radius: 50%;
106+
display: inline-block;
107+
width: 20px;
108+
106109
&:hover {
107110
color: var(--link-hover-color);
108111
background-color: var(--primary);
@@ -115,7 +118,7 @@ ul.messagelist {
115118
svg {
116119
height: 16px;
117120
width: 16px;
118-
margin: -2px 0;
121+
margin: -2px 2px;
119122
}
120123
}
121124

0 commit comments

Comments
 (0)