Added sorting for plugins (#6580)

This commit is contained in:
SamTV12345 2024-08-13 21:32:40 +02:00 committed by GitHub
parent 3fdb3f7838
commit 221f6f2002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 75 additions and 16 deletions

View file

@ -802,3 +802,12 @@ input, button, select, optgroup, textarea {
background-color: var(--etherpad-color);
color: white
}
.search-pads{
text-align: center;
}
.search-pads-body tr td:last-child {
display: flex;
justify-content: center;
}