production-taskbar-client / src / renderer / app / components / drag_button / DragButton.less
DragButton.less
Raw
@import "../../vars.less";

.drag-button {
  position: relative;
  right: -2px;
  font-size: 23vh;
  color: @background-color !important;
  align-self: center;
  -webkit-app-region: drag;
}