Skip to content

Commit 6a5e6bc

Browse files
committed
Merge pull request #4965 from 5im0n/fix-bar-title-height
fix(bar): set correct title bar height
2 parents 62fdd63 + 9cbd676 commit 6a5e6bc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: scss/_bar.scss

+15
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,11 @@
366366
&.item-input-inset {
367367
position: absolute;
368368
}
369+
370+
.title {
371+
height: $bar-footer-height - 1;
372+
line-height: $bar-footer-height;
373+
}
369374
}
370375

371376
// Don't render padding if the bar is just for tabs
@@ -377,11 +382,21 @@
377382
top: $bar-height;
378383

379384
height: $bar-subheader-height;
385+
386+
.title {
387+
height: $bar-subheader-height - 1;
388+
line-height: $bar-subheader-height;
389+
}
380390
}
381391
.bar-subfooter {
382392
bottom: $bar-footer-height;
383393

384394
height: $bar-subfooter-height;
395+
396+
.title {
397+
height: $bar-subfooter-height - 1;
398+
line-height: $bar-subfooter-height;
399+
}
385400
}
386401

387402
.nav-bar-block {

0 commit comments

Comments
 (0)