mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
mod: lint
mod: tweaks opt: publish page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:PiliPlus/common/widgets/image/image_view.dart';
|
||||
import 'package:PiliPlus/models/dynamics/result.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'rich_node_panel.dart';
|
||||
import 'package:PiliPlus/pages/dynamics/widgets/rich_node_panel.dart';
|
||||
|
||||
Widget content(
|
||||
ThemeData theme,
|
||||
@@ -52,7 +52,9 @@ Widget content(
|
||||
source == 'detail'
|
||||
? SelectableText.rich(
|
||||
richNodes,
|
||||
style: TextStyle(fontSize: !isSave ? 16 : 15),
|
||||
style: !isSave
|
||||
? const TextStyle(fontSize: 16)
|
||||
: const TextStyle(fontSize: 15),
|
||||
)
|
||||
: Text.rich(
|
||||
style: const TextStyle(fontSize: 15),
|
||||
|
||||
Reference in New Issue
Block a user