mirror of
https://github.com/openvk/openvk
synced 2025-04-19 14:43:01 +03:00
fix(bsdn): fix play button dynamic width
This commit is contained in:
parent
b58f416292
commit
c5ad7bbbaa
3 changed files with 5 additions and 1 deletions
|
@ -99,6 +99,7 @@ button.bsdn_playButton {
|
|||
padding-left: 0;
|
||||
font-size: 22px;
|
||||
cursor: pointer;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.bsdn_fullScreenButton, .bsdn_repeatButton {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -670,3 +670,7 @@ ul {
|
|||
background: #1e1a2b;
|
||||
border: 1px solid #403a56;
|
||||
}
|
||||
|
||||
.ovk-modal-player-window #ovk-player-info {
|
||||
background: #0e0b1a;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue