We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3b2fc commit de2446fCopy full SHA for de2446f
1 file changed
Duck.ai/SearchMessages/SearchMessages.user.js
@@ -299,6 +299,9 @@ GM_addStyle(`
299
width: 100%;
300
box-sizing: border-box;
301
}
302
+.dsu-result:first-of-type {
303
+ margin-top: 20px;
304
+}
305
.dsu-match.title {
306
background: rgb(52 64 91);
307
@@ -342,7 +345,6 @@ GM_addStyle(`
342
345
max-height: 80vh;
343
346
overflow: hidden;
344
347
overflow-y: scroll;
- margin-top: 20px;
348
349
.dsu-result-title {
350
font-weight: 700;
0 commit comments