mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
reddot
This commit is contained in:
@@ -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%);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user