window_controls.css 213 B

1234567891011121314
  1. .window-controls {
  2. position: fixed;
  3. top: 0;
  4. right: 0;
  5. z-index: 10;
  6. .button {
  7. -webkit-app-region: no-drag;
  8. background: transparent;
  9. border-radius: 0;
  10. width: 48px;
  11. height: 48px;
  12. }
  13. }