mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
Centered toggle
This commit is contained in:
@ -2,6 +2,10 @@
|
|||||||
align-items: unset !important;
|
align-items: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-panel {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.video-switch-button {
|
.video-switch-button {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -18,6 +22,7 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
padding-right: 120px;
|
padding-right: 120px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
left: calc(50% - 120px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-switch-button:before {
|
.video-switch-button:before {
|
||||||
|
|||||||
Reference in New Issue
Block a user