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