Youtube UI Fix

Moves the controls under the video and makes the UI look like it was before august 2015

< 腳本Youtube UI Fix的回應

提問/評論

q1k
§
發表於:2020-12-08

I noticed that when moving the back button to the bottom, it doesn't actually go all the way down. So I made this to fix that, I've added a couple of extra tweaks.

.ytp-settings-menu .ytp-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.html5-video-player:not(.ytp-fullscreen) .ytp-settings-menu .ytp-panel .ytp-menuitem {
  height: 38px;
}
.ytp-settings-menu .ytp-panel .ytp-panel-header, 
.ytp-settings-menu .ytp-panel .ytp-panel-header button.ytp-panel-title {
  width: 100%;
}
.ytp-settings-menu .ytp-panel .ytp-panel-header {
  display: flex;
}
.ytp-settings-menu .ytp-panel .ytp-panel-header .ytp-panel-title {
  order: 1;
}
.ytp-settings-menu .ytp-panel .ytp-panel-header .ytp-panel-options {
  order: 2;
  padding: 0 20px 0 25px;
  margin-left: 10px;
}
.ytp-settings-menu .ytp-panel button:hover {
  background-color: rgba(255,255,255,.1);
}

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址