diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 18:11:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 18:11:39 +0900 |
| commit | f31c94e2ea43fa36d2a0fc8742e0a52a0025b643 (patch) | |
| tree | e48e372ddaac8514cada36f165bf921f313971a4 /src/client/widgets/timeline.vue | |
| parent | Fix bug (diff) | |
| download | misskey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.gz misskey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.tar.bz2 misskey-f31c94e2ea43fa36d2a0fc8742e0a52a0025b643.zip | |
wip
Diffstat (limited to 'src/client/widgets/timeline.vue')
| -rw-r--r-- | src/client/widgets/timeline.vue | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/client/widgets/timeline.vue b/src/client/widgets/timeline.vue index ab5664a4d8..55f78f985f 100644 --- a/src/client/widgets/timeline.vue +++ b/src/client/widgets/timeline.vue @@ -14,7 +14,7 @@ </button> </template> - <div class="tl"> + <div> <x-timeline :key="props.src === 'list' ? `list:${props.list.id}` : props.src === 'antenna' ? `antenna:${props.antenna.id}` : props.src" :src="props.src" :list="props.list" :antenna="props.antenna"/> </div> </mk-container> @@ -148,11 +148,5 @@ export default define({ flex-grow: 1; } } - - .tl { - padding: 8px; - background: var(--bg); - box-sizing: border-box; - } } </style> |