chore: Design adjustments
This commit is contained in:
parent
a21fc8884d
commit
a9a23c6309
4 changed files with 5 additions and 4 deletions
|
|
@ -2830,5 +2830,6 @@
|
||||||
"server": {}
|
"server": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appWantsToUseForLoginDescription": "You hereby allow the app and website to share information about you."
|
"appWantsToUseForLoginDescription": "You hereby allow the app and website to share information about you.",
|
||||||
|
"open": "Open"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import 'package:flutter/services.dart';
|
||||||
import 'app_config.dart';
|
import 'app_config.dart';
|
||||||
|
|
||||||
abstract class FluffyThemes {
|
abstract class FluffyThemes {
|
||||||
static const double columnWidth = 360.0;
|
static const double columnWidth = 380.0;
|
||||||
|
|
||||||
static const double navRailWidth = 64.0;
|
static const double navRailWidth = 64.0;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -207,7 +207,7 @@ class HtmlMessage extends StatelessWidget {
|
||||||
),
|
),
|
||||||
style: linkStyle,
|
style: linkStyle,
|
||||||
),
|
),
|
||||||
style: const TextStyle(height: 1),
|
style: const TextStyle(height: 1.25),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ class UrlLauncher {
|
||||||
context: context,
|
context: context,
|
||||||
title: L10n.of(context).openLinkInBrowser,
|
title: L10n.of(context).openLinkInBrowser,
|
||||||
message: url,
|
message: url,
|
||||||
okLabel: L10n.of(context).yes,
|
okLabel: L10n.of(context).open,
|
||||||
cancelLabel: L10n.of(context).cancel,
|
cancelLabel: L10n.of(context).cancel,
|
||||||
);
|
);
|
||||||
if (consent != OkCancelResult.ok) return;
|
if (consent != OkCancelResult.ok) return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue