1
0
mirror of synced 2025-12-07 22:18:17 +08:00

chore: small changes

This commit is contained in:
surunzi
2019-11-21 07:57:42 +08:00
parent 12798def94
commit ba9efd14e7
2 changed files with 2 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ export default class NavBar extends Emitter {
const $el = this._$el
$el.css({
height: height + 1
height: height + 2
})
$el.find('.eruda-nav-bar-item').css({
height: height,

View File

@@ -8,6 +8,7 @@ $item-width: 69px;
.nav-bar {
@include absolute(100%, $height);
@include overflow-auto(x);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
z-index: 100;
background: var(--darker-background);