mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 03:27:15 +00:00
Improve tertiary detail styiling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user