mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 01:46:32 +02:00
fix tab index on command palette play buttons
This commit is contained in:
@@ -32,3 +32,14 @@
|
||||
background: alpha(var(--theme-colors-foreground-muted), 0.3);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
svg {
|
||||
width: var(--theme-font-size-sm);
|
||||
height: var(--theme-font-size-sm);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user