mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
split lyrics settings by key (#1389)
This commit is contained in:
@@ -64,3 +64,13 @@
|
||||
transparent 95%
|
||||
);
|
||||
}
|
||||
|
||||
.settings-icon {
|
||||
z-index: 100;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.lyrics-container:hover .settings-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user