themes: Fix title bar mode (following 879cec87)

After the referenced commit, the title bar became to tall. This was
due to lack of testing. Now, both title bar and header bar are 36px.
This commit is contained in:
Bruno Lopes 2024-04-06 09:26:10 -03:00
parent d7228727d7
commit 06b18b9c58

View file

@ -628,3 +628,8 @@ headerbar:backdrop * {
headerbar button.titlebutton, headerbar > menubar {
box-shadow: none;
}
.titlebar {
padding-top: 0px;
padding-bottom: 0px;
}