calendar: Fake baseline alignment for notification timestamp
We don't have GTK's baseline alignment, so all we can do is add some padding and hope it works out fine for most fonts and sizes ... https://bugzilla.gnome.org/show_bug.cgi?id=779820
This commit is contained in:
@ -901,7 +901,10 @@ StScrollBar {
|
||||
|
||||
.message-secondary-bin > .event-time {
|
||||
color: #999999;
|
||||
font-size: 0.7em; }
|
||||
font-size: 0.7em;
|
||||
/* HACK: the label should be baseline-aligned with a 1em label,
|
||||
fake this with some bottom padding */
|
||||
padding-bottom: 0.13em; }
|
||||
|
||||
.message-secondary-bin > StIcon {
|
||||
icon-size: 16px; }
|
||||
|
Submodule data/theme/gnome-shell-sass updated: 46697744a6...296e545145
@ -901,7 +901,10 @@ StScrollBar {
|
||||
|
||||
.message-secondary-bin > .event-time {
|
||||
color: #8e8e80;
|
||||
font-size: 0.7em; }
|
||||
font-size: 0.7em;
|
||||
/* HACK: the label should be baseline-aligned with a 1em label,
|
||||
fake this with some bottom padding */
|
||||
padding-bottom: 0.13em; }
|
||||
|
||||
.message-secondary-bin > StIcon {
|
||||
icon-size: 16px; }
|
||||
|
Reference in New Issue
Block a user