diff options
| author | dave <starpumadev@gmail.com> | 2019-04-12 15:35:29 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:25 -0400 |
| commit | 9fc997500e33d561a1aa5d26c8ed8f4446a0248e (patch) | |
| tree | d1daa83cde1270556446cfec32b5c8a671b69abd /src/components/moderation_tools/moderation_tools.vue | |
| parent | 80ef855a639f00a827be24e4cac411bd349f423e (diff) | |
#468 - add extra buttons for status actions
Diffstat (limited to 'src/components/moderation_tools/moderation_tools.vue')
| -rw-r--r-- | src/components/moderation_tools/moderation_tools.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/moderation_tools/moderation_tools.vue b/src/components/moderation_tools/moderation_tools.vue index c24a2280..c9e3fc78 100644 --- a/src/components/moderation_tools/moderation_tools.vue +++ b/src/components/moderation_tools/moderation_tools.vue @@ -127,6 +127,14 @@ width: 100%; height: 100%; + &-icon { + padding-left: 0.5rem; + + i { + margin-right: 0.25rem; + } + } + &:hover { // TODO: improve the look on breeze themes background-color: $fallback--fg; |
