update torrent forms

This commit is contained in:
ghost 2023-10-13 03:32:40 +03:00
parent f8e7bd8c44
commit daf8c63c51
5 changed files with 54 additions and 51 deletions

View file

@ -437,6 +437,10 @@ a:visited.background-color-hover-night-light:hover {
display: block;
}
.display-inline-block {
display: inline-block;
}
.display-flex {
display: flex;
}