mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 19:01:47 +00:00
fix(in-app-menu): resize
- Window controls: 36px -> 32px - Font size: 14px -> 12px
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
:root {
|
||||
--titlebar-background-color: #030303;
|
||||
--menu-bar-height: 36px;
|
||||
--menu-bar-height: 32px;
|
||||
}
|
||||
|
||||
title-bar {
|
||||
@ -21,7 +21,7 @@ title-bar {
|
||||
gap: 4px;
|
||||
|
||||
color: #f1f1f1;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
padding: 4px 12px;
|
||||
padding-left: var(--offset-left, 12px);
|
||||
background-color: var(--titlebar-background-color, #030303);
|
||||
|
||||
Reference in New Issue
Block a user