[gnome-music/wip/jfelder/artists-playlists-marging-bottom: 1/3] artistalbumswidget: Add margin at the bottom of the widget



commit 6b8913dd0f77e26da27c2f008f3a31995a9bb177
Author: Jean Felder <jfelder src gnome org>
Date:   Mon Mar 23 23:25:35 2020 +0100

    artistalbumswidget: Add margin at the bottom of the widget
    
    In the ArtistsView, there is no vertical space between the bottom of
    the ArtistAlbumsWidget and the bottom of the view. This makes it
    harder to realize that the end of the list has been reached.
    
    Fix the issue by adding some margin at the botom of
    ArtistAlbumsWidget.

 data/org.gnome.Music.css | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/data/org.gnome.Music.css b/data/org.gnome.Music.css
index 617c8650..00e2ec7a 100644
--- a/data/org.gnome.Music.css
+++ b/data/org.gnome.Music.css
@@ -57,6 +57,9 @@ box#ArtistAlbumsWidget .artist-label {
 }
 
 /* ArtistAlbumWidget */
+.artist-albums-widget {
+    margin: 0 0 20px 0;
+}
 .artist-albums-widget,
 .artist-albums-widget:hover {
     background-color: @theme_bg_color;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]