mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 19:26:55 +08:00
fix(toolbar): fix css lint error
This commit is contained in:
parent
3d75da673b
commit
f2267c8ebd
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ body.is-blurred {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
||||||
box-shadow: 0px 0px 6px rgba(0,0,0,0.09);
|
box-shadow: 0 0 6px rgba(0,0,0,0.09);
|
||||||
|
|
||||||
// prevent flexbox from ever, ever resizing toolbars, no matter
|
// prevent flexbox from ever, ever resizing toolbars, no matter
|
||||||
// how much it thinks other content is being squished
|
// how much it thinks other content is being squished
|
||||||
|
|
Loading…
Add table
Reference in a new issue