mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-25 23:06:28 +00:00
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>
24 lines
407 B
CSS
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;
|
|
}
|