@setoelkahfi / svara / commits / dee88c6

style: fix notification dot warp

mellbacon committed Jun 16, 2024 at 12:13 UTC dee88c6e5b9e43b830757d7571f3ed861d791b63
1 file changed +2 -1
src/lib/Statusbar.svelte
+2 -1
@@ -185,7 +185,8 @@
185 background-color: #4589ff;
186 border-radius: 50%;
187 top: 5px;
188 - left: 5px;
188 + right: 5px;
189 + border: none;
190 }
191 }
192 }