minor style tweaks to editor #497
Reference in New Issue
Block a user
Delete Branch "franknoirot/style-tweaks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes:
@@ -331,21 +330,12 @@ const Svg = ({</svg>If the
IdeSidebaris the only place thatbig-gearis used we can probably do away with it; they're the same SVG now.@@ -15,1 +15,4 @@@layer base {body {font-family: 'Fira Sans', ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";I basically prepended Fira Sans to the default font stack, but unsure if that is unwise for some reason like unnecessary fonts being loaded. I don't think that happens with CSS though.
@@ -331,21 +330,12 @@ const Svg = ({</svg>Yup 👍 , I added it for the side bar so shouldn't be used anywhere else.
@@ -15,1 +15,4 @@@layer base {body {font-family: 'Fira Sans', ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";This is good.
Thanks 😄
Should I merge now or do you want to remove 'big-gear'?
@Irev-Dev I removed big-gear so it should be ready if you're happy with it!
Live now.