feat(comment-editor): disable list buttons and adjust layout for improved usability
This commit is contained in:
parent
b3b68b6258
commit
a9067bd407
@ -24,8 +24,8 @@ class CommentEditorCard extends StatelessWidget {
|
|||||||
showBoldButton: true,
|
showBoldButton: true,
|
||||||
showItalicButton: true,
|
showItalicButton: true,
|
||||||
showUnderLineButton: true,
|
showUnderLineButton: true,
|
||||||
showListBullets: true,
|
showListBullets: false,
|
||||||
showListNumbers: true,
|
showListNumbers: false,
|
||||||
showAlignmentButtons: true,
|
showAlignmentButtons: true,
|
||||||
showLink: true,
|
showLink: true,
|
||||||
showFontSize: false,
|
showFontSize: false,
|
||||||
@ -48,9 +48,9 @@ class CommentEditorCard extends StatelessWidget {
|
|||||||
multiRowsDisplay: false,
|
multiRowsDisplay: false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 38),
|
||||||
Container(
|
Container(
|
||||||
height: 120,
|
height: 140,
|
||||||
padding: const EdgeInsets.all(8),
|
padding: const EdgeInsets.all(8),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(color: Colors.grey.shade300),
|
border: Border.all(color: Colors.grey.shade300),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user