commit: cf9957c7332f30db12fce8a2b1d21d9ba508537b
parent 5fa533fbb7b3d507c0136044fd51db033c25db05
Author: Henry Jameson <me@hjkos.com>
Date: Sun, 9 Oct 2022 19:00:25 +0300
fix alert dot
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/components/navigation/navigation_pins.vue b/src/components/navigation/navigation_pins.vue
@@ -39,10 +39,8 @@
height: 0.5em;
width: 0.5em;
position: absolute;
- right: calc(50% - 0.25em);
- top: calc(50% - 0.25em);
- margin-left: 6px;
- margin-top: -6px;
+ right: calc(50% - 0.75em);
+ top: calc(50% - 0.5em);
background-color: $fallback--cRed;
background-color: var(--badgeNotification, $fallback--cRed);
}