Increase minimum size of torrent details

This commit is contained in:
John Furrow
2016-01-10 19:53:38 -08:00
parent c789a9b7f6
commit 4c2c68c317
3 changed files with 3 additions and 1 deletions
@@ -3,6 +3,7 @@
box-shadow: -1px 0 0 $torrent-details--border;
font-size: 0.8em;
height: 100%;
min-width: 400px;
overflow: auto;
padding: $spacing-unit;
position: absolute;
+1
View File
@@ -1249,6 +1249,7 @@ body {
box-shadow: -1px 0 0 rgba(26, 47, 61, 0.1);
font-size: 0.8em;
height: 100%;
min-width: 400px;
overflow: auto;
padding: 25px;
position: absolute;
File diff suppressed because one or more lines are too long