mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Added sorting for plugins (#6580)
This commit is contained in:
parent
3fdb3f7838
commit
221f6f2002
4 changed files with 75 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue