mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Improve ignore button alignment on user profiles
This commit is contained in:
parent
7d8f93791d
commit
4e6d4531e8
@ -3,6 +3,7 @@
|
||||
|
||||
.user-content-wrapper {
|
||||
// Grid layout
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 5fr;
|
||||
grid-template-rows: auto auto 1fr auto;
|
||||
|
@ -180,8 +180,13 @@
|
||||
width: auto;
|
||||
|
||||
> ul {
|
||||
display: inline-flex;
|
||||
> li {
|
||||
display: inline;
|
||||
margin-left: s(3);
|
||||
.d-button-label {
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user