mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
fix(in-app-menu): resize
- Window controls: 36px -> 32px - Font size: 14px -> 12px
This commit is contained in:
@ -262,7 +262,7 @@ async function createMainWindow() {
|
|||||||
const defaultTitleBarOverlayOptions: Electron.TitleBarOverlayOptions = {
|
const defaultTitleBarOverlayOptions: Electron.TitleBarOverlayOptions = {
|
||||||
color: '#00000000',
|
color: '#00000000',
|
||||||
symbolColor: '#ffffff',
|
symbolColor: '#ffffff',
|
||||||
height: 36,
|
height: 32,
|
||||||
};
|
};
|
||||||
|
|
||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--titlebar-background-color: #030303;
|
--titlebar-background-color: #030303;
|
||||||
--menu-bar-height: 36px;
|
--menu-bar-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
title-bar {
|
title-bar {
|
||||||
@ -21,7 +21,7 @@ title-bar {
|
|||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|
||||||
color: #f1f1f1;
|
color: #f1f1f1;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
padding-left: var(--offset-left, 12px);
|
padding-left: var(--offset-left, 12px);
|
||||||
background-color: var(--titlebar-background-color, #030303);
|
background-color: var(--titlebar-background-color, #030303);
|
||||||
|
|||||||
Reference in New Issue
Block a user