diff --git a/static/style.css b/static/style.css index 98a4c18..59449be 100644 --- a/static/style.css +++ b/static/style.css @@ -265,15 +265,19 @@ ul.dir li .material-symbols-outlined { bottom: 0; } -.player .controls { +.player .controls, +.player .settings { display: flex; justify-content: space-around; padding: 0 0.5rem 1.0rem; } -.player .control { +.player .controls button { font-size: 40px; } +.player .settings button { + font-size: 25px; +} .player .current { display: flex; diff --git a/templates/player.html b/templates/player.html index 9835e6d..bd108d3 100644 --- a/templates/player.html +++ b/templates/player.html @@ -52,21 +52,31 @@ >skip_next -
+
+ +