Usercard buttons on mobile should utilize full width

This commit is contained in:
Kris 2020-06-12 16:24:25 -04:00
parent ff6811ceb8
commit d0a7f15764

View File

@ -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;
} }