Skip to content

Commit 190f3e0

Browse files
committed
feat: change navbar height
1 parent f64d8af commit 190f3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service/NavbarService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { clipboard, WebContentsView } from 'electron';
1111
import path from 'node:path';
1212

1313
class NavbarService {
14-
public readonly NAVBAR_HEIGHT = 40;
14+
public readonly NAVBAR_HEIGHT = 35;
1515
public readonly NAVBAR_WEB_FOLDER = path.join(Path.WEB, 'navigation-bar');
1616

1717
constructor() {

0 commit comments

Comments
 (0)