fix: add padding and font-family

If a dev changes CSS for h1, the toolbar dislpay will be broken.
This commit is contained in:
kenjis 2024-04-13 09:09:31 +09:00
parent b32370249e
commit cd6ba48226
No known key found for this signature in database
GPG Key ID: BD254878922AF198
2 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,8 @@
display: flex;
font-weight: normal;
margin: 0 0 0 auto;
padding: 0;
font-family: $base-font;
svg {
width: 16px;

View File

@ -52,6 +52,8 @@
display: flex;
font-weight: normal;
margin: 0 0 0 auto;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
#debug-bar h1 svg {
width: 16px;