activity read

This commit is contained in:
Joshua Burman
2025-01-06 16:46:22 -05:00
parent 6917754933
commit 8ec531c0ea
8 changed files with 2430 additions and 90 deletions

View File

@ -185,7 +185,7 @@ class _ActivityViewState extends State<ActivityView> {
])),
Padding(
padding: const EdgeInsets.only(
top: 0, bottom: 10, left: 15, right: 15),
top: 0, bottom: 0, left: 15, right: 15),
child: Text(
maxLines: 4,
overflow: TextOverflow. ellipsis,
@ -219,8 +219,8 @@ class _ActivityViewState extends State<ActivityView> {
json.decode(activity.description ??
"")))));
},
child: Text("Read More...",
textAlign: TextAlign.right),
child: Text("read more",
textAlign: TextAlign.right, style: TextStyle(fontSize: 12),),
))),
const Padding(
padding: EdgeInsets.fromLTRB(15, 10, 0, 10),