Unrud / video-downloader

Download videos from websites like YouTube and many others (based on yt-dlp)
GNU General Public License v3.0
795 stars 97 forks source link

Add the linked class in the headerbar #116

Open vanillajonathan opened 3 years ago

vanillajonathan commented 3 years ago

Add the linked GTK CSS class to the parent container of the "Audio" and "Video" buttons in the headerbar.

A CSS class to match a linked area, such as a box containing buttons belonging to the same control.

This is to stylistically join buttons without any rounded corners in between them.

From:

/-------v-------\
| Audio | Video |
\-------^-------/

To:

/---------------\
| Audio | Video |
\---------------/
Unrud commented 3 years ago

We use HdyViewSwitcherTitle and HdyViewSwitcherBar.

vanillajonathan commented 3 years ago

Yeah, I noticed that while looking at the code, and I am not familiar with those widgets. Maybe it would be possible to add a linked class using those too?