diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-05 18:38:05 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-05 18:38:05 +0300 |
| commit | 4a068483ed9b1334780402cbe64dfa3f4a0e8a3a (patch) | |
| tree | 4f65244922dbcb4f3fb534971aedbb0b62431ba3 /src/components/about/about.vue | |
| parent | 9e5037c71564c041c6bf518109d21e84df435855 (diff) | |
wide mode initial implementation + cleanup
Diffstat (limited to 'src/components/about/about.vue')
| -rw-r--r-- | src/components/about/about.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/about/about.vue b/src/components/about/about.vue index 518f6184..5d5d6479 100644 --- a/src/components/about/about.vue +++ b/src/components/about/about.vue @@ -1,5 +1,5 @@ <template> - <div class="sidebar"> + <div class="column-inner"> <instance-specific-panel v-if="showInstanceSpecificPanel" /> <staff-panel /> <terms-of-service-panel /> |
