diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-01-31 05:21:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-01-31 05:21:41 +0900 |
| commit | 27ffb192f0a4936bf4887428c795db782f443f41 (patch) | |
| tree | 8b0765c9038d21793a3b74a626db3a73a3f7ab9e /src/client/components | |
| parent | Fix style (diff) | |
| download | sharkey-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.vue | 5 |
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; |