feishin/src/renderer/features/titlebar/components/titlebar.module.css

18 lines
279 B
CSS
Raw Normal View History

.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%;
}