mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
editor: move docs toggle from settings
This removes the docs toggle switch from the settings and adds a new docs toggle button to the editor. Fixes: https://github.com/pybricks/support/issues/778
This commit is contained in:
committed by
David Lechner
parent
55cf05d480
commit
cc20ab8c35
@@ -93,4 +93,11 @@
|
||||
color: bp.$pt-dark-text-color-muted;
|
||||
}
|
||||
}
|
||||
|
||||
&-doc-button {
|
||||
position: absolute;
|
||||
bottom: bp.$pt-grid-size;
|
||||
right: bp.$pt-grid-size;
|
||||
z-index: bp.$pt-z-index-overlay;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user