style: Adjust close button overlap
After changing the button size, we need to adjust the x-offset by 1px (apparently the y-offset already assumed the correct size).
This commit is contained in:
parent
caa0f63e1f
commit
93e3559dc3
@ -627,12 +627,12 @@ StScrollBar StButton#vhandle:active {
|
||||
/* we start out in the top right of the
|
||||
* notification, inset.
|
||||
*
|
||||
* center is 32px/2 = 17px
|
||||
* center is 32px/2 = 16px
|
||||
*
|
||||
* adjust left 2px
|
||||
* adjust down 8px */
|
||||
|
||||
-shell-close-overlap-x: 15px;
|
||||
-shell-close-overlap-x: 14px;
|
||||
-shell-close-overlap-y: -12px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user