styles: enlarge width of "Torrent Details" modal to 850px

Regarding the width of today's screens, it appears more comfortable
to have a slightly larger torrent info modal.
This commit is contained in:
Romaric Thibault
2021-03-17 16:52:45 +01:00
committed by Jesse Chan
parent 9283a1d32d
commit afaccbd858
+1 -1
View File
@@ -365,7 +365,7 @@ $modal--tabs--padding--vertical--left: $modal--padding--horizontal;
&--size {
&-large {
width: 700px;
width: 850px;
&.modal {
&__content {