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