Merge pull request #4891 from pangeachat/4879-expand-word-card-for-meanings

chore: Expand word card for meanings
This commit is contained in:
ggurdin 2025-12-18 12:09:05 -05:00 committed by GitHub
commit 272783fc28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,