styles.css 174 B

123456789101112
  1. body {
  2. margin: 0;
  3. }
  4. .titlebar {
  5. height: 30px;
  6. background: blue;
  7. color: white;
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. app-region: drag;
  12. }