feishin/src/renderer/layouts/auth-layout.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

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