mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Revert "Fix control bar overflow on mobile"
This reverts commit e25249ce4d
.
This commit is contained in:
parent
85854cac77
commit
394952a86a
1 changed files with 20 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
.channel-owner {
|
||||
background-color: #008bec;
|
||||
background-color: #008BEC;
|
||||
color: #fff;
|
||||
border-radius: 9px;
|
||||
padding: 1px 6px;
|
||||
|
@ -63,8 +63,7 @@ div {
|
|||
}
|
||||
|
||||
button.pure-button-primary,
|
||||
a.pure-button-primary,
|
||||
.channel-owner:hover {
|
||||
a.pure-button-primary, .channel-owner:hover {
|
||||
background-color: #a0a0a0;
|
||||
color: rgba(35, 35, 35, 1);
|
||||
}
|
||||
|
@ -232,8 +231,6 @@ img.thumbnail {
|
|||
.video-js .vjs-control-bar,
|
||||
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||
background-color: rgba(35, 35, 35, 0.75);
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.vjs-menu li.vjs-menu-item:focus,
|
||||
|
|
Loading…
Reference in a new issue