mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
fix: add padding and font-family
If a dev changes CSS for h1, the toolbar dislpay will be broken.
This commit is contained in:
parent
b32370249e
commit
cd6ba48226
@ -85,6 +85,8 @@
|
||||
display: flex;
|
||||
font-weight: normal;
|
||||
margin: 0 0 0 auto;
|
||||
padding: 0;
|
||||
font-family: $base-font;
|
||||
|
||||
svg {
|
||||
width: 16px;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user