From b65405a09139c5b288f8e4b91988b934af4ed7c2 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 24 Nov 2022 14:54:49 +0000 Subject: [PATCH] improve `liveStream` style for mobile --- packages/app/src/theme/mobile.less | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/packages/app/src/theme/mobile.less b/packages/app/src/theme/mobile.less index d103ab5d..2abbd6f8 100644 --- a/packages/app/src/theme/mobile.less +++ b/packages/app/src/theme/mobile.less @@ -12,7 +12,7 @@ .dashboard { display: flex; - flex-direction: column; + flex-direction: column; } .postPage { @@ -45,7 +45,7 @@ padding-top: 20px; } - .tabMenuWrapper{ + .tabMenuWrapper { display: flex; flex-direction: column; align-items: center; @@ -61,5 +61,25 @@ } } } + + .liveStream { + flex-direction: column; + + .plyr { + position: absolute; + + top: 0; + left: 0; + + width: 100%; + height: 60vh; + + border-radius: 6px; + } + + .panel { + height: 40vh; + } + } } } \ No newline at end of file