mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
style
This commit is contained in:
@@ -6,7 +6,12 @@
|
|||||||
<ContextMenuTrigger as-child>
|
<ContextMenuTrigger as-child>
|
||||||
<div class="flex items-center w-full h-full px-2">
|
<div class="flex items-center w-full h-full px-2">
|
||||||
<!-- Left section -->
|
<!-- Left section -->
|
||||||
<div class="flex items-center flex-1 min-w-0 [&>*:first-child]:pl-0.5">
|
<div
|
||||||
|
class="flex items-center flex-1 min-w-0 overflow-hidden [&>*:first-child]:pl-0.5"
|
||||||
|
style="
|
||||||
|
mask-image: linear-gradient(to right, black calc(100% - 20px), transparent 100%);
|
||||||
|
-webkit-mask-image: linear-gradient(to right, black calc(100% - 20px), transparent 100%);
|
||||||
|
">
|
||||||
<TooltipWrapper
|
<TooltipWrapper
|
||||||
v-if="visibility.proxy"
|
v-if="visibility.proxy"
|
||||||
:content="
|
:content="
|
||||||
@@ -112,7 +117,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Right section -->
|
<!-- Right section -->
|
||||||
<div class="flex items-center ml-auto [&>*:last-child]:border-r-0 [&>*:last-child]:pr-0.5">
|
<div class="flex items-center shrink-0 ml-auto [&>*:last-child]:border-r-0 [&>*:last-child]:pr-0.5">
|
||||||
<template v-if="visibility.clocks">
|
<template v-if="visibility.clocks">
|
||||||
<Popover
|
<Popover
|
||||||
v-for="(clock, idx) in visibleClocks"
|
v-for="(clock, idx) in visibleClocks"
|
||||||
|
|||||||
Reference in New Issue
Block a user