diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 19:19:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 19:19:28 +0900 |
| commit | e69ab4504487c30a72a381a2873b1f3e52109611 (patch) | |
| tree | 073985fca40e4a89289620f78ebb8044735be909 /src/client/components/note.vue | |
| parent | wip (diff) | |
| download | misskey-e69ab4504487c30a72a381a2873b1f3e52109611.tar.gz misskey-e69ab4504487c30a72a381a2873b1f3e52109611.tar.bz2 misskey-e69ab4504487c30a72a381a2873b1f3e52109611.zip | |
wip
Diffstat (limited to 'src/client/components/note.vue')
| -rw-r--r-- | src/client/components/note.vue | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue index fea074461e..6850ebd14a 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -750,14 +750,6 @@ export default Vue.extend({ opacity: 1; } - > *:first-child { - border-radius: var(--radius) var(--radius) 0 0; - } - - > *:last-child { - border-radius: 0 0 var(--radius) var(--radius); - } - > .info { display: flex; align-items: center; @@ -785,6 +777,11 @@ export default Vue.extend({ padding-top: 8px; } + > .reply-to { + opacity: 0.7; + padding-bottom: 0; + } + > .renote { display: flex; align-items: center; |