GNOME Bugzilla – Bug 749958
Make the notifications list less chunky
Last modified: 2015-08-05 16:02:55 UTC
The current notifications list is a bit on the chunky side. This means that it doesn't handle a lot of messages very well, and the calendar drop down can look a bit out of proportion. Here's some guidance for an adjusted layout: https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/notifications/redux/notification-list-layout.png
Created attachment 308798 [details] [review] calendar: Minor cleanup Add a constant for the icon size used in message list entries rather than hardcoding it twice.
Created attachment 308799 [details] [review] calendar: Vertically center message icon rather than top-align it ... as requested by the designers.
Created attachment 308800 [details] [review] calendar: Tweak message list style * make icons smaller * use small font size in body * add some spacing between secondary item and title
Review of attachment 308798 [details] [review]: LGTM
Review of attachment 308799 [details] [review]: ok
Review of attachment 308800 [details] [review]: missing gnome-shell-sass bump? If not, LGTM
(In reply to Carlos Soriano from comment #6) > missing gnome-shell-sass bump? Yes, on purpose to make applying the patches easier - I'll include it when pushing of course.
Attachment 308798 [details] pushed as be3d624 - calendar: Minor cleanup Attachment 308799 [details] pushed as a343445 - calendar: Vertically center message icon rather than top-align it Attachment 308800 [details] pushed as 11cbd39 - calendar: Tweak message list style