Skip to content

Commit

Permalink
styles: enlarge width of "Torrent Details" modal to 850px
Browse files Browse the repository at this point in the history
Regarding the width of today's screens, it appears more comfortable
to have a slightly larger torrent info modal.
  • Loading branch information
Romaric Thibault authored and jesec committed Mar 22, 2021
1 parent 9283a1d commit afaccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/sass/components/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ $modal--tabs--padding--vertical--left: $modal--padding--horizontal;

&--size {
&-large {
width: 700px;
width: 850px;

&.modal {
&__content {
Expand Down

0 comments on commit afaccbd

Please sign in to comment.