From 7553de6282ade9b0c97c9efd0735cf8a4e98e3bc Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Sat, 31 Dec 2022 14:43:54 +0100 Subject: [PATCH] make play/pause button smaller --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 51052bf..0d1a774 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -72,18 +72,18 @@ main { background: transparent; box-sizing: border-box; width: 0; - height: 20px; + height: 12px; margin-right: 0px; margin-bottom: 1px; border-color: transparent transparent transparent #e9d2d2; transition: 100ms all ease; cursor: pointer; border-style: solid; - border-width: 10px 0 10px 20px; + border-width: 6px 0 6px 12px; } .ppbut.playing { border-style: double; - border-width: 0px 0 0px 20px; + border-width: 0px 0 0px 12px; } .ppbut:hover { border-color: transparent transparent transparent rgba(233,210,210,0.7);