We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd12c52 commit cc4da4fCopy full SHA for cc4da4f
client/scss/finder-admin.scss
@@ -100,9 +100,12 @@ ul.messagelist {
100
101
span {
102
cursor: pointer;
103
- margin-left: 10px;
+ margin-left: 5px;
104
color: var(--link-fg);
105
border-radius: 50%;
106
+ display: inline-block;
107
+ width: 20px;
108
+
109
&:hover {
110
color: var(--link-hover-color);
111
background-color: var(--primary);
@@ -115,7 +118,7 @@ ul.messagelist {
115
118
svg {
116
119
height: 16px;
117
120
width: 16px;
- margin: -2px 0;
121
+ margin: -2px 2px;
122
}
123
124
0 commit comments