style(v3): redesign project settings cards + account dropdown + icon picker fix

This commit is contained in:
Hibryda 2026-03-08 03:06:23 +01:00
parent caeb450eca
commit e8c43b002c
2 changed files with 464 additions and 159 deletions

View file

@ -130,10 +130,14 @@
.info-profile {
font-size: 0.65rem;
color: var(--ctp-overlay0);
color: var(--ctp-blue);
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 6rem;
max-width: 8rem;
background: color-mix(in srgb, var(--ctp-blue) 10%, transparent);
padding: 0.0625rem 0.375rem;
border-radius: 0.1875rem;
}
</style>