chore: Expand word card for meanings

This commit is contained in:
ggurdin 2025-12-18 12:08:35 -05:00
parent c648d59edc
commit 0d3ab7e7c9
No known key found for this signature in database
GPG key ID: A01CB41737CBB478
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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,