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

View File

@@ -855,8 +855,8 @@
position: absolute;
top: 6px;
right: 3px;
width: 5px;
height: 5px;
width: 6px;
height: 6px;
background-color: #ef4444;
border-radius: 50%;
transform: translateY(-50%);
@@ -866,8 +866,8 @@
position: absolute;
top: 6px;
left: 3px;
width: 5px;
height: 5px;
width: 6px;
height: 6px;
background-color: #ef4444;
border-radius: 50%;
transform: translateY(-50%);

View File

@@ -83,7 +83,7 @@
<Bell />
<span
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>
</TooltipWrapper>
<Popover>