diff options
| author | shpuld <shpuld@gmail.com> | 2017-03-11 03:23:34 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-03-11 03:23:34 +0200 |
| commit | 9061fa36ac1428771628731aef48e203a6b89b34 (patch) | |
| tree | 01e82771f8d382f4e5fd4279dad9b47aa1fce044 /src/components/notifications | |
| parent | 9e42472679716d188fcf32136484aeb77c680b4d (diff) | |
Change the small buttons (Read and Show new) to look better on chrome and other non-firefox browsers.
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 5cce7a73..9bc2a5ec 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -8,8 +8,9 @@ position: relative; .read-button { position: absolute; - padding: 0.1em 0.3em 0.25em 0.3em; right: 0.7em; + height: 1.8em; + line-height: 100%; } } |
