chore: reduce padding between lines of message in practice mode (#4962)
This commit is contained in:
parent
8d106589cd
commit
82c8c1e4f6
2 changed files with 3 additions and 3 deletions
|
|
@ -527,7 +527,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
height: overlayController!
|
||||
.practiceController.practiceMode !=
|
||||
MessagePracticeMode.noneSelected
|
||||
? 16.0
|
||||
? 8.0
|
||||
: 0.0,
|
||||
width: tokenWidth,
|
||||
),
|
||||
|
|
@ -995,7 +995,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
height:
|
||||
overlayController!.practiceController.practiceMode !=
|
||||
MessagePracticeMode.noneSelected
|
||||
? 16.0
|
||||
? 8.0
|
||||
: 0.0,
|
||||
width: 0,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ class TokenPracticeButton extends StatelessWidget {
|
|||
: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const SizedBox(height: 16.0),
|
||||
const SizedBox(height: 8.0),
|
||||
SizedBox(height: tokenButtonHeight, child: child),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue