1
0
Fork 0

better subscribe button display for accounts

This commit is contained in:
Rigel Kent 2021-01-12 01:18:34 +01:00
parent 2522fea71b
commit 490109c766
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
2 changed files with 6 additions and 1 deletions

View File

@ -89,6 +89,10 @@ my-user-moderation-dropdown,
text-align: center;
}
}
.right-buttons {
margin-left: 0;
}
}
}
}

View File

@ -21,7 +21,8 @@
height: 35px;
& > button:first-child {
width: 175px;
width: max-content;
min-width: 175px;
}
button .extra-text {