theme: Tweak the padding of #summary-mode
Change the padding values of #summary-mode to be 6px on right and left to match the values in .summary-source, which determine the padding between the top and bottom edges of the tray and the items. https://bugzilla.gnome.org/show_bug.cgi?id=682248
This commit is contained in:
parent
833cb2556b
commit
3013a87bd2
@ -1417,15 +1417,11 @@ StButton.popup-menu-item:insensitive {
|
||||
}
|
||||
|
||||
#summary-mode {
|
||||
padding: 2px 0px 0px 4px;
|
||||
padding: 0px 6px 0px 6px; /* same as the values in .summary-source */
|
||||
height: 60px;
|
||||
spacing: 10px;
|
||||
}
|
||||
|
||||
#summary-mode:rtl {
|
||||
padding: 2px 4px 0px 0px;
|
||||
}
|
||||
|
||||
.summary-source-button {
|
||||
border-radius: 4px;
|
||||
transition-duration: 100;
|
||||
|
Loading…
Reference in New Issue
Block a user