From b87b354cb3bcc022ef7fe88dc0a5ca5b2a892dcc Mon Sep 17 00:00:00 2001 From: HT Date: Sat, 29 Jul 2023 02:31:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=82=8A=E2=81=BA=E2=9C=BF=CB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 27-Astralis | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/27-Astralis b/27-Astralis index dc86484..cfccc3d 100644 --- a/27-Astralis +++ b/27-Astralis @@ -1324,31 +1324,28 @@ video { .controls { transform:scale(1.2,1.2); transform-origin:0% 50%; + display:flex; + align-items:center; } .controls a { position:relative; - display:inline-block; + display:block; overflow:hidden; - padding:5px; - width:12px; - height:12px; + padding:3px!important; + flex-shrink:0; } -.controls a:last-child { - padding:4px; /* rb button padding */ +.controls a + a { } .controls svg { - width:10px; + width:calc({select:font size} - 2px); height:auto; padding:1px; display:block; overflow:visible; fill:rgba({RGBcolor:permalink text},0.8); /* svg icons color */ } -.controls .reblog { - margin-left:-5px; /* gap between like and rb, rb POV */ -} .controls .reblog svg { - width:9px; /* rb butt size */ + width:calc({select:font size} - 3px); /* rb butt size */ } .controls .like .liked + svg path { fill:#ec5a5a; /* LIKED color */