Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -371,7 +371,7 @@ export struct PlayUIComponent { | @@ -371,7 +371,7 @@ export struct PlayUIComponent { | ||
| 371 | left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', | 371 | left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', |
| 372 | right: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', | 372 | right: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', |
| 373 | top: 15, | 373 | top: 15, |
| 374 | - bottom: 15 | 374 | + bottom: 15 + (this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 15 : 0) |
| 375 | }) | 375 | }) |
| 376 | .visibility(this.isMenuVisible ? Visibility.Visible : Visibility.None) | 376 | .visibility(this.isMenuVisible ? Visibility.Visible : Visibility.None) |
| 377 | } | 377 | } |
-
Please register or login to post a comment