Refine voucher compare UI/layout and fix suggestion behavior

This commit is contained in:
b17301
2026-04-27 16:22:23 +09:00
parent 080f7cf112
commit 354d149245
8 changed files with 5977 additions and 18 deletions
+37 -9
View File
@@ -227,14 +227,15 @@
gap: 8px;
min-width: 0;
max-width: 190px;
padding: 8px 12px;
min-height: 27px;
padding: 3px 12px;
border: 1px solid var(--line);
border-radius: 999px;
background: rgba(255, 255, 255, 0.96);
color: var(--ink);
font-size: 12px;
font-weight: 700;
line-height: 1.3;
line-height: 1.05;
cursor: pointer;
transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
@@ -263,6 +264,22 @@
justify-content: center;
cursor: pointer;
flex: 0 0 auto;
width: 14px;
height: 14px;
min-width: 14px;
min-height: 14px;
max-width: 14px;
max-height: 14px;
border-radius: 999px;
aspect-ratio: 1 / 1;
background: rgba(15, 23, 42, 0.08);
box-shadow: none !important;
transform: none !important;
line-height: 1;
}
.project-quick-link-remove:hover {
background: rgba(15, 23, 42, 0.14);
}
.project-quick-link-remove svg {
@@ -506,10 +523,11 @@
background: #f7fbfe;
color: #29485f;
border-radius: 999px;
padding: 5px 10px;
min-height: 18px;
padding: 1px 10px;
font-size: 12px;
font-weight: 700;
line-height: 1.2;
line-height: 1.05;
}
.related-project-tag.is-muted {
@@ -517,15 +535,25 @@
}
.related-project-tag button {
width: 18px;
height: 18px;
min-width: 18px;
width: 14px;
height: 14px;
min-width: 14px;
min-height: 14px;
max-width: 14px;
max-height: 14px;
padding: 0;
border-radius: 999px;
border-radius: 50%;
aspect-ratio: 1 / 1;
border: 0;
background: rgba(41, 72, 95, 0.08);
color: #29485f;
box-shadow: none;
box-shadow: none !important;
transform: none !important;
font-size: 11px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
}
.related-project-tag button:hover {