diff options
| author | shpuld <shpuld@gmail.com> | 2017-03-06 23:51:39 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-03-06 23:51:39 +0200 |
| commit | a4ebf44f242fd877506dcdadf035840168e16364 (patch) | |
| tree | 3add80e92d3bf4db289c0e667fda8c5c336c9cdc /src/components/notifications/notifications.scss | |
| parent | 990047725a4f6c7bbda1e7519a605b1ae1ece51e (diff) | |
Fix overlapping styles in timeline and notifications that screwed up user-card.
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 1378e730..8e3e0721 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -6,7 +6,7 @@ // force the text to stay centered, while keeping // the button in the right side of the panel heading position: relative; - button { + .read-button { position: absolute; padding: 0.1em 0.3em 0.25em 0.3em; right: 0.7em; |
