mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
[appWell] Add padding
Add padding to prevent text from hitting the egde of the box which looks ugly. https://bugzilla.gnome.org/show_bug.cgi?id=620997
This commit is contained in:
parent
51478f16ec
commit
79aeb44bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ StTooltip {
|
|||
.app-well-app {
|
||||
border: 1px solid #181818;
|
||||
border-radius: 4px;
|
||||
padding: 2px;
|
||||
padding: 4px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
font-size: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue