From bb8c96925e781eac8e4d33aef7b82f62bfca0bed Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 9 Dec 2022 14:48:46 +0000 Subject: [PATCH] fix style --- .../tv/components/controlPanel/index.less | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/packages/app/src/pages/tv/components/controlPanel/index.less b/packages/app/src/pages/tv/components/controlPanel/index.less index e73da2bb..531f2db5 100644 --- a/packages/app/src/pages/tv/components/controlPanel/index.less +++ b/packages/app/src/pages/tv/components/controlPanel/index.less @@ -74,30 +74,34 @@ display: flex; flex-direction: column; - margin-right: 50px; + align-items: flex-start; + + + h1, + h2, + h3 { + margin-bottom: 0; + } .content { - display: flex; - flex-direction: column; - - margin: 10px 20px 20px 0; - - width: 100%; - .title { display: inline-flex; flex-direction: row; - + justify-content: space-between; - align-items: center; - + width: 100%; - margin-bottom: 8px; } + + display: flex; + flex-direction: column; + + margin: 10px 20px; + + width: 100%; } } } - } .streamingKeyString {