Files
feishin/src/renderer/features/shared/components/library-header-bar.module.css
T
Jeff c1330d92b2 Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration

* various design changes and improvements
2025-06-24 00:04:36 -07:00

16 lines
261 B
CSS

.header-container {
display: flex;
flex-wrap: nowrap;
gap: 1rem;
align-items: center;
width: 100%;
height: 100%;
padding: 0 1rem;
}
.play-button-container {
display: flex;
align-items: center;
justify-content: center;
}