eigent/src/components/WindowControls/index.css
Tong Chen af93bb3065
feat: Add Lint & Format (#878)
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
Co-authored-by: eigent-ai <camel@eigent.ai>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-01 23:16:18 +08:00

24 lines
407 B
CSS

#window-controls {
-webkit-app-region: no-drag;
}
.window-controls {
display: flex;
-webkit-app-region: no-drag;
}
.control-btn {
width: 35px;
cursor: pointer;
text-align: center;
line-height: 20px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
pointer-events: auto;
-webkit-app-region: no-drag;
}
.control-btn:hover {
background-color: #f0f0f0;
}