fix style

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-10 15:29:19 +01:00
parent d2e969c915
commit cea12ae778
+4 -20
View File
@@ -3,26 +3,6 @@
position: relative;
padding: 10px;
}
.userName {
display: flex;
gap: 5px;
font-weight: bold;
font-size: 1rem;
overflow: hidden;
}
.firstName {
white-space: nowrap;
flex-shrink: 0;
}
.lastName {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-shrink: 1;
max-width: 100px;
}
.usersList {
display: grid;
@@ -31,6 +11,10 @@
grid-template-columns: 1fr;
}
.usersList > * {
min-width: 0;
}
.profileboard {
width: 100%;
max-width: 380px;