mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
client: implement a buggy scrollIntoView in queue view
This commit is contained in:
@@ -56,7 +56,7 @@ export default {
|
||||
}
|
||||
|
||||
.f-container .f-item {
|
||||
min-width: 14.4rem;
|
||||
min-width: 13rem;
|
||||
min-height: 5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -85,10 +85,10 @@ export default {
|
||||
|
||||
.f-container .f-item:hover {
|
||||
transition: all 0.2s ease;
|
||||
background: #000000; /* fallback for old browsers */
|
||||
background: #000000;
|
||||
background: no-repeat 8%/100% url(../../assets/icons/folder.svg),
|
||||
-webkit-linear-gradient(to bottom, #434343, #000000); /* Chrome 10-25, Safari 5.1-6 */
|
||||
-webkit-linear-gradient(to bottom, #434343, #000000);
|
||||
background: no-repeat 8%/10% url(../../assets/icons/folder.svg),
|
||||
linear-gradient(to bottom, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
linear-gradient(to bottom, #434343, #000000);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user