feishin/src/renderer/features/titlebar/components/titlebar.module.css
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

17 lines
279 B
CSS

.titlebar-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
button {
-webkit-app-region: no-drag;
}
}
.right {
display: flex;
flex: 1/3;
justify-content: center;
height: 100%;
}