mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added template vision msg
This commit is contained in:
@@ -37,3 +37,29 @@
|
||||
border-radius: 6px;
|
||||
background: #3D3F48;
|
||||
}
|
||||
|
||||
.chat__content--users {
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
.card__user {
|
||||
margin-top: 24px;
|
||||
margin: 24px 70px 0px 23px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.user__icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
margin-left: 23px;
|
||||
}
|
||||
BIN
luckydiamond/src/assets/icons-test/person-icon-chat.png
Normal file
BIN
luckydiamond/src/assets/icons-test/person-icon-chat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1017 B |
@@ -10,6 +10,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chat__content--users">
|
||||
<div class="card__user">
|
||||
<div class="user__icon">
|
||||
<img src="@/assets/icons-test/person-icon-chat.png">
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>User Name</h3>
|
||||
<p>msg content</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user