better subscribe button display for accounts
This commit is contained in:
parent
2522fea71b
commit
490109c766
|
@ -89,6 +89,10 @@ my-user-moderation-dropdown,
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.right-buttons {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,8 @@
|
||||||
height: 35px;
|
height: 35px;
|
||||||
|
|
||||||
& > button:first-child {
|
& > button:first-child {
|
||||||
width: 175px;
|
width: max-content;
|
||||||
|
min-width: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button .extra-text {
|
button .extra-text {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user