mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue