Einstellungen ausgestalten #153

Open
flixcoo wants to merge 14 commits from feature/151-einstellungen-ausgestalten into development
Showing only changes of commit e51bf3eabb - Show all commits

View File

@@ -80,7 +80,7 @@ class LicenseDetailView extends StatelessWidget {
], ],
if (package.homepage != null && if (package.homepage != null &&
package.homepage!.isNotEmpty) ...[ package.homepage!.isNotEmpty) ...[
const SizedBox(height: 4), const SizedBox(height: 8),
SelectableText( SelectableText(
package.homepage!, package.homepage!,
textAlign: TextAlign.center, textAlign: TextAlign.center,
@@ -93,7 +93,7 @@ class LicenseDetailView extends StatelessWidget {
], ],
), ),
), ),
const SizedBox(height: 24), const SizedBox(height: 20),
Container( Container(
width: double.infinity, width: double.infinity,
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 16), padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 16),