mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
Usercard buttons on mobile should utilize full width
This commit is contained in:
parent
ff6811ceb8
commit
d0a7f15764
@ -22,11 +22,14 @@ $avatar_width: 120px;
|
||||
margin-top: 1em;
|
||||
max-width: 100%;
|
||||
li {
|
||||
flex: 1;
|
||||
flex: 1 0 auto;
|
||||
min-width: 0;
|
||||
&:nth-child(2) {
|
||||
border-left: 0.5em solid transparent;
|
||||
}
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
button {
|
||||
@include ellipsis;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user