Skip to content

Commit

Permalink
チャンネル概要下部に空白を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Nov 19, 2024
1 parent 4152f1b commit 3ed72b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/channels_page/channel_detail_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ class ChannelDetailArea extends ConsumerWidget {
MfmText(mfmText: channel.description ?? ""),
for (final pinnedNote in channel.pinnedNotes ?? [])
MisskeyNote(note: pinnedNote),
const Padding(padding: EdgeInsets.only(bottom: 80)),
],
);
}
Expand Down

0 comments on commit 3ed72b4

Please sign in to comment.