From 6d7cf0e3ff66262d0eb0997f33d71ae9d28e3fcd Mon Sep 17 00:00:00 2001 From: Lucas Teixeira Date: Thu, 26 Oct 2023 13:25:47 -0300 Subject: [PATCH 1/2] align copy button to right --- web/assets/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/css/styles.css b/web/assets/css/styles.css index cf8e661..7ef4217 100644 --- a/web/assets/css/styles.css +++ b/web/assets/css/styles.css @@ -349,7 +349,7 @@ a { cursor: pointer; position: absolute; top: 10px; - right: 30px; + right: 14px; z-index: 1; display: flex; flex-direction: column; From 50799831e3969e7424b694ba7b84c3279b0ec1f4 Mon Sep 17 00:00:00 2001 From: Lucas Teixeira Date: Thu, 26 Oct 2023 13:31:55 -0300 Subject: [PATCH 2/2] aligned copy button to right --- web/assets/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/css/styles.css b/web/assets/css/styles.css index 7ef4217..9a5490a 100644 --- a/web/assets/css/styles.css +++ b/web/assets/css/styles.css @@ -349,7 +349,7 @@ a { cursor: pointer; position: absolute; top: 10px; - right: 14px; + right: 15px; z-index: 1; display: flex; flex-direction: column;