production-taskbar-client / src / renderer / app / components / devtools_button / DevToolsButton.less
DevToolsButton.less
Raw
body .devtools-button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.5rem;
  font-weight: bold;
  padding: 1px;
  height: auto;
  background: orange;
  z-index: 9999;
  border-radius: 0px;
}