
* docs: add custom titlebar example * docs: add links and other small edits * docs: add panel window docs * docs: remove panel example * docs: specify expected emphasis style * docs: responding to feedback * docs: fix section names in links * docs: rework baseWindow note * docs: making window customization its own section * responding to feedback
12 lines
No EOL
174 B
CSS
12 lines
No EOL
174 B
CSS
body {
|
|
margin: 0;
|
|
}
|
|
.titlebar {
|
|
height: 30px;
|
|
background: blue;
|
|
color: white;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
app-region: drag;
|
|
} |