module.less: Fix status-bar height
This commit is contained in:
parent
0bbc4c7c29
commit
e1c47a8f59
|
@ -5,7 +5,7 @@
|
|||
background-color: @body-bg-color;
|
||||
border-top: 1px solid @gray-lighter;
|
||||
padding: .25em @gutter;
|
||||
line-height: 1;
|
||||
line-height: 1.3;
|
||||
|
||||
&:before {
|
||||
background: -webkit-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%);
|
||||
|
|
Loading…
Reference in New Issue