chore: Expand word card for meanings
This commit is contained in:
parent
c648d59edc
commit
0d3ab7e7c9
2 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ abstract class AppConfig {
|
|||
static const bool allowOtherHomeservers = true;
|
||||
static const bool enableRegistration = true;
|
||||
// #Pangea
|
||||
static const double toolbarMaxHeight = 235.0;
|
||||
static const double toolbarMaxHeight = 250.0;
|
||||
static const double toolbarMinHeight = 150.0;
|
||||
static const double toolbarMinWidth = 350.0;
|
||||
static const double toolbarMenuHeight = 50.0;
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ class LemmaMeaningDisplay extends StatelessWidget {
|
|||
L10n.of(context).other;
|
||||
|
||||
return RichText(
|
||||
textAlign: TextAlign.center,
|
||||
text: TextSpan(
|
||||
style: DefaultTextStyle.of(context).style.copyWith(
|
||||
fontSize: 14.0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue