diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-03-06 07:58:32 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-03-06 07:58:32 -0500 |
| commit | eab4b769515fe99f179118b087f93db2ba8c4719 (patch) | |
| tree | 6f24d32bf47634aa9f4d81c6041e18dd39fe1f3c /src/components/notifications | |
| parent | 67c22276d3049576bebeaf4d22e937d759cba06d (diff) | |
| parent | 31c0a2dfef565bc665ebe6c4d8102249eefc6869 (diff) | |
Merge branch 'feature/load-new-statuses-in-heading' into 'develop'
Improvements in loading statuses interface
See merge request !42
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 2 | ||||
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 100349eb..1378e730 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -9,7 +9,7 @@ button { position: absolute; padding: 0.1em 0.3em 0.25em 0.3em; - right: 0.6em; + right: 0.7em; } } diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 41c274aa..180b86a1 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -3,7 +3,7 @@ <div class="panel panel-default base00-background"> <div class="panel-heading base01-background base04"> Notifications ({{unseenCount}}) - <button @click.prevent="markAsSeen" class="base05 base02-background">Read!</button> + <button @click.prevent="markAsSeen" class="base06 base02-background">Read!</button> </div> <div class="panel-body"> <div v-for="notification in visibleNotifications" class="notification" :class='{"unseen": !notification.seen}'> |
