diff --git a/lib/community/community_view/class_details.dart b/lib/community/community_view/class_details.dart index 02f5bdfd..fe7e1195 100644 --- a/lib/community/community_view/class_details.dart +++ b/lib/community/community_view/class_details.dart @@ -425,8 +425,10 @@ class _ClassDetails extends State with WidgetsBindingObserver { child: Stack(children: [ (chewieAudioController != null ? Container( + color: Colors.black, width: width, - height: height, + // height: + height: width / 7 * 5, child: chewies = Chewie( controller: chewieAudioController, ), @@ -446,7 +448,7 @@ class _ClassDetails extends State with WidgetsBindingObserver { }, child: Container( width: width, - height: width / 7 * 6, + height: width / 7 * 5, color: Colors.black, child: Stack( children: [