2024-08-25 15:42:06 -05:00
|
|
|
/* Move Maximize Button to Right-Side */
|
2024-08-29 20:53:42 -05:00
|
|
|
.titlebar-button.titlebar-max, .titlebar-button.titlebar-restore {
|
2024-08-25 15:42:06 -05:00
|
|
|
position: fixed;
|
|
|
|
right: 11px;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
#PanelUI-button {
|
|
|
|
margin-right: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Move Close Button a little to the right too */
|
|
|
|
.titlebar-button.titlebar-close {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Fix Corners */
|
|
|
|
#zen-main-app-wrapper {
|
|
|
|
border-radius: 6px 6px 0px 0px;
|
|
|
|
}
|