From d04297620b605872d3a5c52c797586a93498021e Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Wed, 31 Mar 2021 21:38:44 +0200 Subject: [PATCH] Apply controls offset for Adwaita icons only Only some icons from Adwaita get size modifications. Others themes do not need this, so they should not have an offset applied. --- css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 0f784946..cf26d143 100644 --- a/css/styles.css +++ b/css/styles.css @@ -75,8 +75,10 @@ radio { font-size: 21px; font-weight: 500; } -.playercontrols { +.adwicons .playercontrols { margin-bottom: -1px; +} +.playercontrols { margin-left: 2px; margin-right: 2px; }