electron/docs/fiddles/features/window-customization/custom-title-bar/custom-drag-region/styles.css

12 lines
174 B
CSS

body {
margin: 0;
}
.titlebar {
height: 30px;
background: blue;
color: white;
display: flex;
justify-content: center;
align-items: center;
app-region: drag;
}