server ver

This commit is contained in:
w0bm
2022-06-20 16:45:36 +00:00
parent addc1309c1
commit 0a6492baa2
5 changed files with 28 additions and 9 deletions

View File

@@ -1980,4 +1980,11 @@ ol, ul, dl {
p.comment {
word-wrap: break-word;
}
}
.dropdown-menu.LinksGrid.show {
display: grid;
grid-template-rows: auto;
grid-template-columns: min-content;
min-width: auto;
}