mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-19 12:18:46 +00:00
centered members list roles
This commit is contained in:
parent
04b30cbc57
commit
a641663d58
2 changed files with 4 additions and 1 deletions
|
|
@ -132,6 +132,7 @@ export default {
|
|||
border-radius: 4px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.member:hover {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue