Add Vesktop title bar and toolbar padding fixes to matugen template
Hide Midnight's window controls and trailing section since GNOME handles decorations, and remove the 158px padding gap left behind. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
28264dd39b
commit
a46f587695
1 changed files with 15 additions and 0 deletions
|
|
@ -22,3 +22,18 @@
|
||||||
--accent-5: {{colors.primary_container.default.hex}};
|
--accent-5: {{colors.primary_container.default.hex}};
|
||||||
--accent-new: {{colors.primary.default.hex}};
|
--accent-new: {{colors.primary.default.hex}};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide Midnight's custom title bar and trailing section — GNOME handles window decorations */
|
||||||
|
[class*="titleBar_"],
|
||||||
|
[class*="winButton_"],
|
||||||
|
[class*="wordmarkWindows_"],
|
||||||
|
[class*="trailing_"] {
|
||||||
|
display: none !important;
|
||||||
|
width: 0 !important;
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Remove Midnight's padding reserved for hidden window buttons */
|
||||||
|
[class*="toolbar_"] {
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue