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