button and alignment fixes for mobile user page

This commit is contained in:
Kris 2018-12-07 12:34:37 -05:00
parent 547eaa6060
commit 98c18f8349
3 changed files with 4 additions and 3 deletions

View File

@ -157,8 +157,8 @@
}
a {
padding: 5px 10px;
margin-bottom: 10px;
line-height: $line-height-medium;
}
}

View File

@ -196,7 +196,7 @@
text-align: right;
a {
width: 140px;
min-width: 140px;
}
.right {

View File

@ -78,11 +78,12 @@ blockquote {
}
> li > a {
display: flex;
align-items: center;
padding: 8px 10px;
height: 100%;
width: 100%;
box-sizing: border-box;
display: block;
}
.d-icon-caret-down {