Remove extra margin on some code editor menu items (#5094)
* Extra padding on 'Load a sample model' menu item Fixes #5047 * Update src/components/ModelingSidebar/ModelingPanes/KclEditorMenu.module.css Co-authored-by: Frank Noirot <frank@zoo.dev> --------- Co-authored-by: Frank Noirot <frank@zoo.dev>
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
@apply font-mono !no-underline text-xs font-bold select-none text-chalkboard-90;
|
@apply font-mono !no-underline text-xs font-bold select-none text-chalkboard-90;
|
||||||
@apply ui-active:bg-primary/10 ui-active:text-primary ui-active:text-inherit;
|
@apply ui-active:bg-primary/10 ui-active:text-primary ui-active:text-inherit;
|
||||||
@apply transition-colors ease-out;
|
@apply transition-colors ease-out;
|
||||||
|
@apply m-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.dark) .button {
|
:global(.dark) .button {
|
||||||
|
Reference in New Issue
Block a user