Skip to content

Commit

Permalink
client: fix: allow larger max width for torrent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Dec 6, 2023
1 parent c0770e3 commit 84d545d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/sass/components/_torrent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,11 @@ $more-info--border: floating-action.$textbox-repeater--button--border;
width: 70px;
}

&--directory {
width: auto;
max-width: 300px;
}

&--tags {
&:last-child {
margin-left: auto;
Expand Down

0 comments on commit 84d545d

Please sign in to comment.