Skip to content

Commit 20adcdf

Browse files
committed
style: set max width as 50% in message thread page
1 parent 11c882b commit 20adcdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/app/pages/threads/[id]/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ onBeforeUnmount(() => {
475475
</VListItem>
476476
</VList>
477477
</VMenu>
478-
<div :style="{ maxWidth: !mdAndUp ? '50%' : '100%' }">
478+
<div :style="{ maxWidth: mdAndUp ? '50%' : '100%' }">
479479
<VCard
480480
rounded="shaped"
481481
:variant="isMT(message) ? 'flat' : 'tonal'"

0 commit comments

Comments
 (0)