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 ac76c85 commit 673a435Copy full SHA for 673a435
client/scss/finder-admin.scss
@@ -27,7 +27,7 @@ ul.messagelist {
27
position: relative;
28
}
29
30
-#content {
+#content:has(#content-react) {
31
padding: 0;
32
h1 {
33
margin: 10px 20px;
@@ -71,7 +71,7 @@ ul.messagelist {
71
display: list-item;
72
list-style: none;
73
margin: -5px 2px -1px 2px;
74
- padding: 6px 14px;
+ padding: 6px 12px;
75
font-size: 16px;
76
font-weight: bold;
77
border: 1px solid colors.$border-color;
@@ -103,6 +103,7 @@ ul.messagelist {
103
span {
104
cursor: pointer;
105
margin-left: 5px;
106
+ margin-right: -5px;
107
color: var(--link-fg);
108
border-radius: 50%;
109
display: inline-block;
0 commit comments