fix(torrents): fixed backdrop picture css

This commit is contained in:
OldHawk
2018-06-01 01:44:16 +08:00
parent f813d8f51b
commit c046bc1e9d

View File

@@ -99,8 +99,9 @@
max-height: 160px;
min-height: 160px;
cursor: pointer;
opacity: 0.6;
opacity: 0.8;
width: auto !important;
transition: opacity 0.2s ease;
&:hover {
opacity: 1;
}
@@ -226,7 +227,7 @@
padding: 1px 0;
&:hover {
&::-webkit-scrollbar-thumb {
background-color: #aaa;
background-color: @brand-primary;
}
}
&::-webkit-scrollbar {