mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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;
|
margin-top: 1em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
li {
|
li {
|
||||||
flex: 1;
|
flex: 1 0 auto;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
border-left: 0.5em solid transparent;
|
border-left: 0.5em solid transparent;
|
||||||
}
|
}
|
||||||
|
&:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
button {
|
button {
|
||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user