mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
refactor css
This commit is contained in:
@@ -1784,7 +1784,7 @@
|
||||
.group-item__placeholder-tag {
|
||||
width: 64px;
|
||||
height: 18px;
|
||||
border-radius: 999px;
|
||||
border-radius: var(--radius-full);
|
||||
}
|
||||
|
||||
.group-item--new {
|
||||
|
||||
@@ -1658,7 +1658,7 @@
|
||||
.group-item__placeholder-tag {
|
||||
width: 64px;
|
||||
height: 18px;
|
||||
border-radius: 999px;
|
||||
border-radius: var(--radius-full);
|
||||
}
|
||||
|
||||
.group-item--new {
|
||||
@@ -1759,7 +1759,7 @@
|
||||
|
||||
.favorites-content__scroll--local::-webkit-scrollbar-thumb {
|
||||
background-color: var(--border);
|
||||
border-radius: 999px;
|
||||
border-radius: var(--radius-full);
|
||||
border: 2px solid transparent;
|
||||
background-clip: content-box;
|
||||
}
|
||||
|
||||
@@ -266,7 +266,7 @@
|
||||
right: calc(8px * var(--card-scale));
|
||||
inline-size: calc(12px * var(--card-scale));
|
||||
block-size: calc(12px * var(--card-scale));
|
||||
border-radius: 999px;
|
||||
border-radius: var(--radius-full);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -334,9 +334,9 @@
|
||||
<span v-text="group.name"></span>
|
||||
<span style="margin-left: 6px; font-weight: normal">({{ group.memberCount }})</span>
|
||||
<span
|
||||
class="text-muted-foreground"
|
||||
style="
|
||||
margin-left: 6px;
|
||||
color: #909399;
|
||||
font-weight: normal;
|
||||
font-family: monospace;
|
||||
font-size: 12px;
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
@click="openExternalLink('https://github.com/vrcx-team/VRCX/graphs/contributors')" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="options-container" style="margin-top: 45px; border-top: 1px solid #eee; padding-top: 30px">
|
||||
<div class="options-container border-t border-border" style="margin-top: 45px; padding-top: 30px">
|
||||
<span class="header">{{ t('view.settings.general.legal_notice.header') }}</span>
|
||||
<div class="options-container-item" style="display: block">
|
||||
<p>
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
transform: translateX(-50%);
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-radius: 9999px;
|
||||
border-radius: var(--radius-full);
|
||||
background-color: var(--group-calendar-event-dot, #ef4444);
|
||||
z-index: 5;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user