vinceliuice / Colloid-gtk-theme

Colloid gtk theme for linux
GNU General Public License v3.0
982 stars 72 forks source link

Nautilus 45 headerbar issue #132

Closed wangxa closed 5 months ago

wangxa commented 11 months ago

The headerbar of the place sidebar has 6px gap with the toolbar of the main window of Nautilus. See the following image.

1

After browsing the source code of libadwaita, I found this is caused by the CSS style:

toolbarview .collapse-spacing {
  padding-top: 3px;
  padding-bottom: 3px;
}

If you set these paddings as 0, the issue will be resolved.

vinceliuice commented 11 months ago

Download the last version and try again Screenshot from 2023-10-24 22-55-36