button and alignment fixes for mobile user page
This commit is contained in:
parent
547eaa6060
commit
98c18f8349
|
@ -157,8 +157,8 @@
|
|||
}
|
||||
|
||||
a {
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 10px;
|
||||
line-height: $line-height-medium;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
text-align: right;
|
||||
|
||||
a {
|
||||
width: 140px;
|
||||
min-width: 140px;
|
||||
}
|
||||
|
||||
.right {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue