TF-710 [WEB] Relayout destination picker base on prototype

This commit is contained in:
dab246
2022-08-02 16:26:25 +07:00
committed by Dat H. Pham
parent fc83cae62b
commit e184a81921
4 changed files with 135 additions and 4 deletions
@@ -572,7 +572,7 @@ class ThreadView extends GetWidget<ThreadController> with AppLoaderMixin,
double? _getItemExtent(BuildContext context) {
if (BuildUtils.isWeb) {
return _responsiveUtils.isDesktop(context) ? 52 : 85;
return _responsiveUtils.isDesktop(context) ? 52 : 90;
} else {
return null;
}