diff --git a/templates/index.html b/templates/index.html index 674f550..6d520db 100644 --- a/templates/index.html +++ b/templates/index.html @@ -66,8 +66,9 @@ button[type="submit"] { all: unset; position: absolute; - right: 20px; - top: 5px; + right: 24px; + top: 50%; + transform: translateY(-50%); height: 30px; width: 30px; color: #e60023; @@ -75,6 +76,9 @@ cursor: pointer; z-index: 10; border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; } .links { @@ -126,4 +130,4 @@

Pinless

- \ No newline at end of file + diff --git a/templates/pin.html b/templates/pin.html index 24337e5..48596f9 100644 --- a/templates/pin.html +++ b/templates/pin.html @@ -58,14 +58,18 @@ button[type="submit"] { all: unset; position: absolute; - right: 4px; - top: 5px; + right: 8px; + top: 50%; + transform: translateY(-50%); height: 30px; width: 30px; color: #e60023; background-color: #222; cursor: pointer; border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; } a { diff --git a/templates/results.html b/templates/results.html index 74962db..465685a 100644 --- a/templates/results.html +++ b/templates/results.html @@ -79,14 +79,18 @@ button[type="submit"] { all: unset; position: absolute; - right: 4px; - top: 5px; + right: 8px; + top: 50%; + transform: translateY(-50%); height: 30px; width: 30px; color: #e60023; background-color: #222; cursor: pointer; border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; } a { @@ -149,4 +153,4 @@

{{ end }} - \ No newline at end of file +