UI update

This commit is contained in:
sairaj mote 2021-06-19 19:07:28 +05:30
parent d129a226ff
commit 1ebda6b1a8
3 changed files with 5 additions and 1 deletions

View File

@ -472,6 +472,8 @@ ul {
#torrent_tags,
#torrent_uploader {
display: flex;
width: 100%;
font-size: 0.85rem;
margin-bottom: 0.3rem;
color: rgba(var(--text-color), 0.8);

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -415,6 +415,8 @@ ul{
}
#torrent_tags,
#torrent_uploader{
display: flex;
width: 100%;
font-size: 0.85rem;
margin-bottom: 0.3rem;
color: rgba(var(--text-color), 0.8);