Some CSS additions (#1280)

This commit is contained in:
Cønstantine Kovalensky 2023-12-29 00:11:44 +04:00 committed by GitHub
commit 2f8952b3bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

View file

@ -610,6 +610,13 @@ table.peers td {
border: 1px #A5AFB4 solid;
}
.clients {
width: auto;
height: auto;
display: inline!important;
vertical-align:middle;
}
.dl_list {
}