From 979720102747b06de7bede6215f042462bd88525 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 6 Apr 2021 22:36:52 +0200 Subject: Moved label a bit --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index cd62930..a8afdcb 100644 --- a/style.css +++ b/style.css @@ -27,8 +27,8 @@ body { display: block; content: ''; position: absolute; - bottom: 0px; - right: 0px; + bottom: 1px; + right: 1px; width: 6px; height: 6px; overflow: hidden; @@ -48,7 +48,7 @@ body { color: #eee; position: absolute; top: -0.2em; - left: 107.5%; + left: calc(100% + 0.4em); padding: 0.2em 0.5em; background: #000b; border-radius: 0.5em; -- cgit v1.1