sakithb / media-controls

A media indicator for the Gnome shell.
MIT License
224 stars 33 forks source link

[Feature Request] Track Menu Information Content Not Centered Correctly #87

Closed shut696969 closed 9 months ago

shut696969 commented 12 months ago

Recommend using following CSS attributes for the Track Menu Information box (container of content):

.track_menu_info{ display: flex; align-items: center; }

More on flex here: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flexible_box_layout/Aligning_items_in_a_flex_container

I enjoy the extension very much :)

ChrisLauinger77 commented 9 months ago

added it in Gnome44 branch as well as in Main