theme: remove excessive padding from notification buttons
Set the button width manually and remove the huge horizontal padding we had. This means that long button labels don't get cut off. https://bugzilla.gnome.org/show_bug.cgi?id=664411
This commit is contained in:
parent
8b659f0f4c
commit
e14ef4a294
@ -1453,11 +1453,13 @@ StScrollBar StButton#vhandle:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notification-button {
|
.notification-button {
|
||||||
padding: 4px 42px 5px;
|
-st-natural-width: 140px;
|
||||||
|
padding: 4px 4px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-button:focus {
|
.notification-button:focus {
|
||||||
padding: 3px 41px 4px;
|
-st-natural-width: 138px;
|
||||||
|
padding: 3px 4px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-icon-button {
|
.notification-icon-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user