opt: bangumi intro

This commit is contained in:
bggRGjQaUbCoE
2024-09-19 10:29:22 +08:00
parent 7e83856615
commit 1d50eb0724
5 changed files with 34 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ class IntroDetail extends StatelessWidget {
),
],
),
const SizedBox(height: 20),
const SizedBox(height: 10),
SizedBox(
width: double.infinity,
child: SelectableRegion(
@@ -86,9 +86,12 @@ class IntroDetail extends StatelessWidget {
children: <Widget>[
Text(
videoDetail!.bvid!,
style: const TextStyle(fontSize: 13),
style: TextStyle(
fontSize: 13,
color: Theme.of(context).colorScheme.primary,
),
),
const SizedBox(height: 4),
const SizedBox(height: 10),
Text.rich(
style: const TextStyle(
height: 1.4,