Skip to content

Commit de2446f

Browse files
authored
Update SearchMessages.user.js
1 parent 4a3b2fc commit de2446f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Duck.ai/SearchMessages/SearchMessages.user.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ GM_addStyle(`
299299
width: 100%;
300300
box-sizing: border-box;
301301
}
302+
.dsu-result:first-of-type {
303+
margin-top: 20px;
304+
}
302305
.dsu-match.title {
303306
background: rgb(52 64 91);
304307
}
@@ -342,7 +345,6 @@ GM_addStyle(`
342345
max-height: 80vh;
343346
overflow: hidden;
344347
overflow-y: scroll;
345-
margin-top: 20px;
346348
}
347349
.dsu-result-title {
348350
font-weight: 700;

0 commit comments

Comments
 (0)