Преглед изворни кода

Merge pull request #31487 from overleaf/copilot/move-dev-toolbar-button

Move dev toolbar button right of rail to avoid obscuring settings button

GitOrigin-RevId: 39e702f6086db9ab461d3e4396bb2fdae85eec73
David пре 6 месеци
родитељ
комит
d3d6504d14
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      services/web/frontend/stylesheets/components/dev-toolbar.scss

+ 1 - 1
services/web/frontend/stylesheets/components/dev-toolbar.scss

@@ -40,7 +40,7 @@
 .dev-tool-bar-open-button {
   position: fixed;
   bottom: -2px;
-  left: 6px;
+  left: 50px;
   color: var(--neutral-70);
 
   span {