diff --git a/css/2010.css b/css/2010.css index 6fba94a..5c16a64 100644 --- a/css/2010.css +++ b/css/2010.css @@ -17,6 +17,8 @@ transition: opacity .5s cubic-bezier(0,0,.2,1) !important; } +/* PROGRESS BAR */ + .ytp-chrome-bottom .ytp-progress-bar-container { bottom: 34px !important; height: 11px; @@ -70,6 +72,10 @@ background: var(--main-colour); } +.ytp-chapter-hover-container.ytp-exp-chapter-hover-container { + transform: scale(1) !important; +} + .ytp-progress-list { background: var(--progress-bar-bg) !important; } diff --git a/css/2012.css b/css/2012.css index a99582d..e3ba9ae 100644 --- a/css/2012.css +++ b/css/2012.css @@ -27,6 +27,8 @@ left: 0 !important; } +/* PROGRESS BAR */ + .ytp-chrome-bottom .ytp-progress-bar-container { bottom: 34px !important; } diff --git a/css/2015.css b/css/2015.css index b13d9c0..1005e0f 100644 --- a/css/2015.css +++ b/css/2015.css @@ -26,6 +26,8 @@ left: 0 !important; } +/* PROGRESS BAR */ + .ytp-chrome-bottom .ytp-progress-bar-container { bottom: 34px !important; }