From 650f8853855fed1adcd27b3073dffce0d05e9052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Thu, 18 Jul 2024 17:51:56 +0900 Subject: [PATCH] [PlayerPanel] Times css --- .../src/components/MediaPlayer/Times.module.less | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less b/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less index 30dcb9ff..a6c3a934 100644 --- a/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less +++ b/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less @@ -11,18 +11,26 @@ font-size: 24px; font-weight: bold; line-height: 30px; - + // white-space: nowrap; text-align: right; - display: flex; - justify-content: right; + // letter-spacing: 1.2px; .separator { - margin-right: 13px; + margin-right: 10px; } .currentTime { padding-right: 140px; } > * { color: #fff; + // display: inline-block; + } + + .enact-locale-rtl({ + // direction: ltr; + }); + + .totalTime { + //margin-left: 10px; } }