mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-12 04:19:25 -07:00
[codex] Make Windows mpv shortcut self-contained (#40)
This commit is contained in:
@@ -453,8 +453,7 @@ body {
|
||||
padding: 14px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(110, 115, 141, 0.16);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(54, 58, 79, 0.55), rgba(36, 39, 58, 0.6));
|
||||
background: linear-gradient(180deg, rgba(54, 58, 79, 0.55), rgba(36, 39, 58, 0.6));
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
|
||||
}
|
||||
|
||||
@@ -496,8 +495,12 @@ body {
|
||||
}
|
||||
|
||||
.playlist-browser-row.current {
|
||||
background:
|
||||
linear-gradient(90deg, rgba(138, 173, 244, 0.12), rgba(138, 173, 244, 0.03) 28%, transparent);
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(138, 173, 244, 0.12),
|
||||
rgba(138, 173, 244, 0.03) 28%,
|
||||
transparent
|
||||
);
|
||||
box-shadow: inset 3px 0 0 #8aadf4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user