style: nudge queue remove button toward top-right corner
Windows CI / verify (push) Canceled after 0s

This commit is contained in:
Sucukdeluxe
2026-09-06 13:28:07 +02:00
parent dfefe05336
commit f425b54ca6
4 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ describe('production style modules', () => {
.replace(/\r\n/g, '\n'));
const digest = createHash('sha256').update(content).digest('hex');
expect(digest).toBe('d95a7929a6641a1bc1f2000f4348b7d736d3fd99916c9e640d5fb34fdade3bc5');
expect(digest).toBe('db798e79ce538bd99fe6a21fa9de545150a2d0efd4a925e6f662a664bdb6ff03');
});
test('derives the Windows hot-development executable version from package metadata', () => {
+6
View File
@@ -327,6 +327,12 @@
transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.queue-item .remove {
position: relative;
top: -3px;
right: -3px;
}
.queue-item .remove:hover {
color: var(--error);
background: color-mix(in srgb, var(--error) 12%, transparent);