mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
17 lines
279 B
CSS
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%;
|
|
}
|