diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-01 12:26:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-01 12:26:46 +0900 |
| commit | 74e76b460bfceebcaea18459b6032872872d5e32 (patch) | |
| tree | 79a7ec3f3e87f09ee3c915207647048176d72f8a /src/client/components/tab.vue | |
| parent | :art: (diff) | |
| download | misskey-74e76b460bfceebcaea18459b6032872872d5e32.tar.gz misskey-74e76b460bfceebcaea18459b6032872872d5e32.tar.bz2 misskey-74e76b460bfceebcaea18459b6032872872d5e32.zip | |
:art:
Diffstat (limited to 'src/client/components/tab.vue')
| -rw-r--r-- | src/client/components/tab.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/components/tab.vue b/src/client/components/tab.vue index 642dbb0e61..84b520966b 100644 --- a/src/client/components/tab.vue +++ b/src/client/components/tab.vue @@ -23,8 +23,6 @@ export default defineComponent({ <style lang="scss" scoped> .pxhvhrfw { display: flex; - max-width: var(--baseContentWidth); - margin: 0 auto; > button { flex: 1; |