From 4d2d04c232e7c5eb4de9bd7dc53fc3b9282fd1ab Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 24 Jun 2021 19:17:52 +0200 Subject: [PATCH] Fix app update badge --- src/theme.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/theme.scss b/src/theme.scss index 67d50e183..3fbe2774c 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -313,6 +313,7 @@ textarea { } .grid-item-content { + position: relative; display: block; background-color: white; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); @@ -380,7 +381,7 @@ textarea { justify-content: center; align-items: center; position: absolute; - right: -12px; + left: -12px; top: -12px; font-size: 24px; height: 36px;