centered members list roles

This commit is contained in:
supertiger1234 2020-02-09 15:53:03 +00:00
parent 04b30cbc57
commit a641663d58
2 changed files with 4 additions and 1 deletions

View file

@ -132,6 +132,7 @@ export default {
border-radius: 4px;
margin-left: 5px;
margin-right: 5px;
padding-left: 5px;
}
.member:hover {

View file

@ -193,7 +193,9 @@ export default {
cursor: default;
color: #b5c4ca;
font-size: 15px;
margin-left: 5px;
margin-left: 10px;
font-weight: bold;
display: flex;
align-items: center;
}
</style>