mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
14 lines
242 B
CSS
14 lines
242 B
CSS
.window-titlebar-container {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
display: flex;
|
|
width: 100%;
|
|
height: 50px;
|
|
user-select: none;
|
|
-webkit-app-region: drag;
|
|
}
|
|
|
|
.content-container {
|
|
display: flex;
|
|
height: 100%;
|
|
}
|