~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
5c7d942b
—
pyrossh 2 years ago
fix sidebar
lib/components/sidebar.dart
CHANGED
|
@@ -14,7 +14,7 @@ class Sidebar extends StatelessWidget {
|
|
|
14
14
|
left: 0.0,
|
|
15
15
|
top: 0.0,
|
|
16
16
|
child: Container(
|
|
17
|
-
width:
|
|
17
|
+
width: 40.0,
|
|
18
18
|
height: height,
|
|
19
19
|
decoration: BoxDecoration(
|
|
20
20
|
color: Theme.of(context).primaryColorDark,
|