mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 08:24:44 +08:00
button and alignment fixes for mobile user page
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user