summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-01-31 05:21:41 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-01-31 05:21:41 +0900
commit27ffb192f0a4936bf4887428c795db782f443f41 (patch)
tree8b0765c9038d21793a3b74a626db3a73a3f7ab9e /src/client/components
parentFix style (diff)
downloadsharkey-27ffb192f0a4936bf4887428c795db782f443f41.tar.gz
sharkey-27ffb192f0a4936bf4887428c795db782f443f41.tar.bz2
sharkey-27ffb192f0a4936bf4887428c795db782f443f41.zip
Fix style
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/note-header.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/components/note-header.vue b/src/client/components/note-header.vue
index 17fe8ebff7..623de0ecd2 100644
--- a/src/client/components/note-header.vue
+++ b/src/client/components/note-header.vue
@@ -74,6 +74,11 @@ export default Vue.extend({
border-radius: 3px;
}
+ > .admin,
+ > .moderator {
+ margin-right: 0.5em;
+ }
+
> .username {
margin: 0 .5em 0 0;
overflow: hidden;