fix select bridge

This commit is contained in:
2026-07-02 19:42:26 +03:00
parent 59750206ab
commit ccd05ffb97
3 changed files with 8 additions and 2 deletions

View File

@@ -6,4 +6,10 @@
font-weight: 800;
color: #fff;
flex-shrink: 0;
overflow: hidden;
}
.logo {
border-radius: 50%;
object-fit: cover;
}