sharkwouter / minigalaxy

A simple GOG client for Linux
https://sharkwouter.github.io/minigalaxy/
GNU General Public License v3.0
1.09k stars 70 forks source link

Fix progress bar position in gametiles #562

Closed lmeunier closed 1 year ago

lmeunier commented 1 year ago

Description

Since b8894b0, the download progress bar was positioned at the bottom of gametiles (below buttons).

Screenshot from 2023-03-07 15-59-09

This PR fixes this issue and load CSS data from style.css for the whole Gtk Window (previously the CSS was loaded only for gametiles).

Screenshot from 2023-03-07 16-59-55

Checklist

sharkwouter commented 1 year ago

Thanks!