mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-20 06:41: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;
|
border-radius: 4px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.member:hover {
|
.member:hover {
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,9 @@ export default {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
color: #b5c4ca;
|
color: #b5c4ca;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin-left: 5px;
|
margin-left: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue