mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 10:57:04 +08:00
UX: improve directory user fields on small screens (#20765)
This commit is contained in:
parent
1ed70d17ed
commit
d4c6511d31
|
@ -239,6 +239,7 @@
|
|||
align-self: start;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
flex: 1 0 calc(50% - 0.5em + 5%); // 50% - padding + half the gap
|
||||
|
||||
span {
|
||||
// caution: display flex here can interfere with overflow hiding
|
||||
|
@ -267,6 +268,11 @@
|
|||
font-size: var(--font-0);
|
||||
color: var(--primary);
|
||||
align-self: start;
|
||||
&--user-field {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__row {
|
||||
|
@ -300,6 +306,7 @@
|
|||
}
|
||||
|
||||
&--user-field {
|
||||
display: flex;
|
||||
order: 2;
|
||||
// force full width of the cell
|
||||
// because we don't know how much content there is
|
||||
|
|
Loading…
Reference in New Issue
Block a user