mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
centered the episode text
This commit is contained in:
@@ -260,7 +260,9 @@ class _ReaderScaffoldState extends State<_ReaderScaffold> {
|
||||
color: Theme.of(context).colorScheme.tertiaryContainer,
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
),
|
||||
child: Text(text),
|
||||
child: Center(
|
||||
child: Text(text),
|
||||
),
|
||||
),
|
||||
const Spacer(),
|
||||
if (App.isWindows)
|
||||
|
Reference in New Issue
Block a user