refactor css

This commit is contained in:
pa
2026-03-08 22:55:53 +09:00
parent 9b564303a4
commit 7a2bbf0ce2
13 changed files with 22 additions and 21 deletions

View File

@@ -1784,7 +1784,7 @@
.group-item__placeholder-tag {
width: 64px;
height: 18px;
border-radius: 999px;
border-radius: var(--radius-full);
}
.group-item--new {

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;