mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 11:16:36 +00:00
Save settings more reasonably
This commit is contained in:
@@ -167,6 +167,7 @@ $torrent--background--error: #e95779;
|
||||
color: $torrent--secondary--foreground;
|
||||
flex: 0 0 auto;
|
||||
font-size: 0.75em;
|
||||
font-weight: 500;
|
||||
margin-right: $spacing-unit * 2/5;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
@@ -276,6 +277,20 @@ $torrent--background--error: #e95779;
|
||||
|
||||
&--speed {
|
||||
|
||||
&--download {
|
||||
|
||||
.is-actively-downloading & {
|
||||
color: $green;
|
||||
}
|
||||
}
|
||||
|
||||
&--upload {
|
||||
|
||||
.is-actively-downloading & {
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
|
||||
&--download,
|
||||
&--upload {
|
||||
transition: color 0.25s;
|
||||
@@ -292,14 +307,6 @@ $torrent--background--error: #e95779;
|
||||
color: $torrent--tertiary--foreground--selected--stopped !important;
|
||||
}
|
||||
}
|
||||
|
||||
&--download {
|
||||
color: $green;
|
||||
}
|
||||
|
||||
&--upload {
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user