We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62fdd63 + 9cbd676 commit 6a5e6bcCopy full SHA for 6a5e6bc
scss/_bar.scss
@@ -366,6 +366,11 @@
366
&.item-input-inset {
367
position: absolute;
368
}
369
+
370
+ .title {
371
+ height: $bar-footer-height - 1;
372
+ line-height: $bar-footer-height;
373
+ }
374
375
376
// Don't render padding if the bar is just for tabs
@@ -377,11 +382,21 @@
377
382
top: $bar-height;
378
383
379
384
height: $bar-subheader-height;
385
386
387
+ height: $bar-subheader-height - 1;
388
+ line-height: $bar-subheader-height;
389
380
390
381
391
.bar-subfooter {
392
bottom: $bar-footer-height;
393
394
height: $bar-subfooter-height;
395
396
397
+ height: $bar-subfooter-height - 1;
398
+ line-height: $bar-subfooter-height;
399
400
401
402
.nav-bar-block {
0 commit comments