fix(bsdn): fix play button dynamic width

This commit is contained in:
mrilyew 2025-04-02 22:57:43 +03:00
parent b58f416292
commit c5ad7bbbaa
3 changed files with 5 additions and 1 deletions

View file

@ -99,6 +99,7 @@ button.bsdn_playButton {
padding-left: 0; padding-left: 0;
font-size: 22px; font-size: 22px;
cursor: pointer; cursor: pointer;
width: 22px;
} }
.bsdn_fullScreenButton, .bsdn_repeatButton { .bsdn_fullScreenButton, .bsdn_repeatButton {

View file

@ -2919,7 +2919,6 @@ a.poll-retract-vote {
position: relative; position: relative;
} }
/* не говновёрстка, а пиксель-пёрфект) */
.page_header.search_expanded.search_expanded_at_all #search_and_one_more_wrapper { .page_header.search_expanded.search_expanded_at_all #search_and_one_more_wrapper {
width: 547px; width: 547px;
} }

View file

@ -670,3 +670,7 @@ ul {
background: #1e1a2b; background: #1e1a2b;
border: 1px solid #403a56; border: 1px solid #403a56;
} }
.ovk-modal-player-window #ovk-player-info {
background: #0e0b1a;
}