This commit is contained in:
pa
2026-02-20 11:57:36 +09:00
committed by Natsumi
parent 33e3ba0fb3
commit aa6ae21033
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -855,8 +855,8 @@
position: absolute; position: absolute;
top: 6px; top: 6px;
right: 3px; right: 3px;
width: 5px; width: 6px;
height: 5px; height: 6px;
background-color: #ef4444; background-color: #ef4444;
border-radius: 50%; border-radius: 50%;
transform: translateY(-50%); transform: translateY(-50%);
@@ -866,8 +866,8 @@
position: absolute; position: absolute;
top: 6px; top: 6px;
left: 3px; left: 3px;
width: 5px; width: 6px;
height: 5px; height: 6px;
background-color: #ef4444; background-color: #ef4444;
border-radius: 50%; border-radius: 50%;
transform: translateY(-50%); transform: translateY(-50%);
+1 -1
View File
@@ -83,7 +83,7 @@
<Bell /> <Bell />
<span <span
v-if="hasUnseenNotifications" v-if="hasUnseenNotifications"
class="absolute top-0.5 right-0.5 size-2 rounded-full bg-red-500" /> class="absolute top-0.5 right-0.5 size-1.5 rounded-full bg-red-500" />
</Button> </Button>
</TooltipWrapper> </TooltipWrapper>
<Popover> <Popover>