[gnome-music/wip/jfelder/artists-playlists-marging-bottom: 10/12] artistalbumswidget: Add margin at the bottom of the widget
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/artists-playlists-marging-bottom: 10/12] artistalbumswidget: Add margin at the bottom of the widget
- Date: Sat, 28 Mar 2020 21:31:44 +0000 (UTC)
commit 85264925645ddae463fec06739b3a55542851e27
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]