Files
feishin/src/renderer/features/shared/components/play-button-group.module.css
T
2025-11-29 19:33:41 -08:00

11 lines
213 B
CSS

.play-button-group {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: var(--theme-spacing-sm);
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}