MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 132966f3d2 - Show all commits

View File

@@ -54,7 +54,7 @@ class TitleDescriptionListTile extends StatelessWidget {
if (badgeText != null) ...[ if (badgeText != null) ...[
const Spacer(), const Spacer(),
Container( Container(
constraints: const BoxConstraints(maxWidth: 100), constraints: const BoxConstraints(maxWidth: 115),
margin: const EdgeInsets.only(top: 4), margin: const EdgeInsets.only(top: 4),
padding: const EdgeInsets.symmetric( padding: const EdgeInsets.symmetric(
vertical: 2, vertical: 2,