diff options
Diffstat (limited to 'styles/modules.css')
| -rw-r--r-- | styles/modules.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/styles/modules.css b/styles/modules.css index ade8a88..9cc3f5e 100644 --- a/styles/modules.css +++ b/styles/modules.css @@ -11,11 +11,13 @@ * ------------------------------------------------------------------ */ /* The mark itself is the image module's own content, so this only draws the - * pill it sits in. */ + * pill it sits in. The horizontal padding is wider than the vertical so the + * pill reads as a capsule like its neighbours rather than a circle: an image + * module sizes to its icon, where the others size to their text. */ #image.launcher { background: @accent; - padding: 2px 10px; - min-width: 22px; + padding: 2px 14px; + min-width: 20px; } /* The accent pill inverts on hover rather than lightening: it is already the |
