mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
Increase scroll indicator size.
This commit is contained in:
@@ -174,7 +174,7 @@ class _AppScrollBarState extends State<AppScrollBar> {
|
||||
|
||||
double viewHeight = 0;
|
||||
|
||||
final _scrollIndicatorSize = App.isDesktop ? 42.0 : 48.0;
|
||||
final _scrollIndicatorSize = App.isDesktop ? 42.0 : 64.0;
|
||||
|
||||
late final VerticalDragGestureRecognizer _dragGestureRecognizer;
|
||||
|
||||
|
Reference in New Issue
Block a user