From c5ad7bbbaaa57579a85168b4e2f2faa6da5d7c75 Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Wed, 2 Apr 2025 22:57:43 +0300 Subject: [PATCH] fix(bsdn): fix play button dynamic width --- Web/static/css/bsdn.css | 1 + Web/static/css/main.css | 1 - themepacks/midnight/stylesheet.css | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Web/static/css/bsdn.css b/Web/static/css/bsdn.css index 09575e92..c429ebbb 100644 --- a/Web/static/css/bsdn.css +++ b/Web/static/css/bsdn.css @@ -99,6 +99,7 @@ button.bsdn_playButton { padding-left: 0; font-size: 22px; cursor: pointer; + width: 22px; } .bsdn_fullScreenButton, .bsdn_repeatButton { diff --git a/Web/static/css/main.css b/Web/static/css/main.css index c4d0b6c0..01ef6284 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -2919,7 +2919,6 @@ a.poll-retract-vote { position: relative; } -/* не говновёрстка, а пиксель-пёрфект) */ .page_header.search_expanded.search_expanded_at_all #search_and_one_more_wrapper { width: 547px; } diff --git a/themepacks/midnight/stylesheet.css b/themepacks/midnight/stylesheet.css index cd6f7684..4635d34e 100644 --- a/themepacks/midnight/stylesheet.css +++ b/themepacks/midnight/stylesheet.css @@ -670,3 +670,7 @@ ul { background: #1e1a2b; border: 1px solid #403a56; } + +.ovk-modal-player-window #ovk-player-info { + background: #0e0b1a; +}