feat: follow mode (#6848)

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
Barnabás Molnár
2023-12-15 00:07:11 +01:00
committed by GitHub
parent 88a2b286c7
commit aad8ab0123
28 changed files with 1039 additions and 138 deletions

View File

@ -21,6 +21,10 @@
width: var(--lg-icon-size);
height: var(--lg-icon-size);
}
&__label-element {
align-self: flex-start;
}
}
.default-sidebar-trigger .sidebar-trigger__label {

View File

@ -19,7 +19,7 @@ export const SidebarTrigger = ({
const appState = useUIAppState();
return (
<label title={title}>
<label title={title} className="sidebar-trigger__label-element">
<input
className="ToolIcon_type_checkbox"
type="checkbox"