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