style(next)/floating buttons/backlink counter: improve the appearance of the dropdown panel

This commit is contained in:
Adorian Doran
2025-03-24 17:30:35 +02:00
parent 283b8e9bc8
commit 3159b19c46
2 changed files with 12 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ const TPL = `
<span class="backlinks-count"></span>
</div>
<div class="backlinks-items" style="display: none;"></div>
<div class="backlinks-items dropdown-menu" style="display: none;"></div>
</div>
`;