Skip to content

Commit

Permalink
improve verse spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed Aug 16, 2023
1 parent b01fb27 commit 346903a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/widgets/verses_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class VersesView extends StatelessWidget {
// contextMenuBuilder: null,
textScaleFactor: app.textScaleFactor,
// onSelectionChanged: (selection, _) {
// // Show copy, highlight, note, audio, share
// //bottom: 55, // TODO: maybe make this 55 only when actions bar is shown else 20
// },
TextSpan(
style: app.fontBold
Expand Down Expand Up @@ -60,7 +58,7 @@ class VersesView extends StatelessWidget {
),
const WidgetSpan(
child: Padding(
padding: EdgeInsets.only(bottom: 30),
padding: EdgeInsets.only(top: 16, bottom: 16),
),
),
],
Expand Down

0 comments on commit 346903a

Please sign in to comment.