From 4d31b6d3be39da0c3785bc06f7698b3229a6bb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D0=BE=D0=B2=20=D0=90=D1=80=D1=82?= =?UTF-8?q?=D0=B5=D0=BC?= Date: Sun, 5 Jul 2026 07:03:41 +0300 Subject: [PATCH] =?UTF-8?q?BUR-58=20=D1=81=D0=B4=D0=B2=D0=B8=D0=BD=D1=83?= =?UTF-8?q?=D0=BB=20=D0=BF=D0=BB=D0=B0=D1=88=D0=BA=D1=83=20=D0=B8=D0=BD?= =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=20=D0=BA=D0=B0=D0=BC=D0=B5=D1=80=D0=B5=20=D0=BD=D0=B8=D0=B6?= =?UTF-8?q?=D0=B5,=20=D1=87=D1=82=D0=BE=D0=B1=D1=8B=20=D0=BE=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BD=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BA=D1=80=D1=8B?= =?UTF-8?q?=D0=B2=D0=B0=D0=BB=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=BB=D0=B5=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/detail/video.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/styles/detail/video.css b/src/styles/detail/video.css index c0c9692..7d4ddc3 100644 --- a/src/styles/detail/video.css +++ b/src/styles/detail/video.css @@ -21,10 +21,11 @@ position: relative; overflow: hidden; min-width: 0; - aspect-ratio: 16 / 9; border: 1px solid rgba(88, 103, 121, 0.42); border-radius: 8px; - background: #000; + background: + linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%), + #000; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 10px 22px rgba(0, 0, 0, 0.32); @@ -32,25 +33,21 @@ .camera-view__video { width: 100%; - height: 100%; + aspect-ratio: 16 / 9; display: block; background: #000; object-fit: contain; } .camera-view__caption { - position: absolute; - left: 10px; - right: 10px; - bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; - padding: 8px 10px; - border: 1px solid rgba(148, 163, 184, 0.16); - border-radius: 6px; - background: rgba(2, 6, 23, 0.78); + min-height: 38px; + padding: 0 10px; + border-top: 1px solid rgba(148, 163, 184, 0.16); + background: rgba(2, 6, 23, 0.88); color: #cbd5e1; }