From 11021772430e975bf5630b500349fabb20307a6f Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 4 Nov 2022 11:52:20 +0100 Subject: [PATCH] modified the arrow shown in gallery preview --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 906aea0..7714d1d 100644 --- a/style.css +++ b/style.css @@ -1182,12 +1182,12 @@ form#commentform p.form-submit input#submit { content: ""; display: inline-block; position: absolute; - top: calc(50% - 1.5rem); - left: 50%; - height: 3rem; - width: 3rem; - background: url('data:image/svg+xml;utf8,') center center no-repeat; - background-color: rgba(90,90,90,0.5); + top: calc(50% - 1rem); + right: 1.5rem; + height: 2rem; + width: 2rem; + background: url('data:image/svg+xml;utf8,') center center no-repeat; + background-color: rgba(150,150,150,0.5); border-radius: 2rem; }