Improve tertiary detail styiling

This commit is contained in:
John Furrow
2016-03-27 16:11:18 -07:00
parent cdedf60093
commit 5a99548051
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -165,17 +165,13 @@ $torrent--background--error: #e95779;
&--secondary {
color: $torrent--secondary--foreground;
flex: 0 0 245px;
flex: 0 0 210px;
font-size: 0.75em;
min-width: 200px;
min-width: 265px;
text-align: right;
white-space: nowrap;
vertical-align: baseline;
.is-actively-downloading & {
min-width: 265px;
}
li {
display: inline-block;
font-weight: 500;
@@ -209,7 +205,7 @@ $torrent--background--error: #e95779;
color: $torrent--tertiary--foreground;
display: block;
font-size: 0.75em;
margin: 0 0 3px 0;
margin: 1px 0;
li {
display: inline-block;
@@ -219,6 +215,10 @@ $torrent--background--error: #e95779;
&:last-child {
margin-right: 0;
}
.icon {
fill-opacity: 0.75;
}
}
.is-stopped & {
@@ -45,7 +45,7 @@ export default class TorrentListContainer extends React.Component {
minTorrentIndex: 0,
scrollPosition: 0,
torrentCount: 0,
torrentHeight: 64,
torrentHeight: 72,
torrents: null,
torrentRequestError: false,
torrentRequestSuccess: false,