refactor: move MemberList and GuildSidebar out of client.vue
This commit is contained in:
parent
d60259074d
commit
2a43f2b678
4 changed files with 157 additions and 227 deletions
|
@ -32,7 +32,13 @@ function hideModalPopup() {
|
|||
|
||||
<style>
|
||||
.member-item {
|
||||
position: relative;
|
||||
display: flex;
|
||||
margin-top: .5em;
|
||||
margin-bottom: .5em;
|
||||
gap: .5em;
|
||||
align-items: center;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.member-avatar {
|
||||
|
@ -41,4 +47,9 @@ function hideModalPopup() {
|
|||
min-width: 2.3em;
|
||||
max-width: 2.3em;
|
||||
}
|
||||
|
||||
.member-display-name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue