Skip to content

Commit 673a435

Browse files
committed
fix margins for pages not using React
1 parent ac76c85 commit 673a435

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client/scss/finder-admin.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ul.messagelist {
2727
position: relative;
2828
}
2929

30-
#content {
30+
#content:has(#content-react) {
3131
padding: 0;
3232
h1 {
3333
margin: 10px 20px;
@@ -71,7 +71,7 @@ ul.messagelist {
7171
display: list-item;
7272
list-style: none;
7373
margin: -5px 2px -1px 2px;
74-
padding: 6px 14px;
74+
padding: 6px 12px;
7575
font-size: 16px;
7676
font-weight: bold;
7777
border: 1px solid colors.$border-color;
@@ -103,6 +103,7 @@ ul.messagelist {
103103
span {
104104
cursor: pointer;
105105
margin-left: 5px;
106+
margin-right: -5px;
106107
color: var(--link-fg);
107108
border-radius: 50%;
108109
display: inline-block;

0 commit comments

Comments
 (0)