mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
improve ui
This commit is contained in:
@@ -314,7 +314,12 @@ class _BottomBarState extends State<_BottomBar> with TickerProviderStateMixin{
|
||||
buildStats(),
|
||||
buildTags(),
|
||||
buildMoreActions(),
|
||||
SelectableText("${"Artwork ID".tl}: ${widget.illust.id}\n${"Artist ID".tl}: ${widget.illust.author.id}", style: TextStyle(color: ColorScheme.of(context).outline),).paddingLeft(4),
|
||||
SelectableText(
|
||||
"${"Artwork ID".tl}: ${widget.illust.id}\n"
|
||||
"${"Artist ID".tl}: ${widget.illust.author.id}\n"
|
||||
"${widget.illust.createDate.toString().split('.').first}",
|
||||
style: TextStyle(color: ColorScheme.of(context).outline),)
|
||||
.paddingLeft(4),
|
||||
SizedBox(height: 8 + context.padding.bottom,)
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user