Fix for file content tab overlapping

This commit is contained in:
Carve 2024-10-17 15:08:24 -04:00
parent ee1308269d
commit d73cd9cb9b

View File

@ -311,6 +311,11 @@ hr {
color: #ffffff;
}
#torrentFilesFilterToolbar {
float: right;
margin-right: 5px;
}
#properties {
background-color: #e5e5e5;
}