forked from MarseyWorld/MarseyWorld
chat: right-align message deletion button.
parent
0618134eac
commit
b845c3fe23
|
@ -99,6 +99,10 @@
|
|||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.chat-line-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cdiv {
|
||||
overflow: hidden;
|
||||
margin-left: 27px;
|
||||
|
@ -111,6 +115,10 @@
|
|||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.del {
|
||||
float: right;
|
||||
}
|
||||
|
||||
lite-youtube {
|
||||
min-width: min(80vw,500px);
|
||||
}
|
||||
|
@ -134,7 +142,7 @@
|
|||
<div id="chat-line-template" class="d-none">
|
||||
<div class="chat-line">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="pl-md-3 text-muted">
|
||||
<div class="pl-md-3 text-muted chat-line-content">
|
||||
<div>
|
||||
<div class="avatar profile-pic-20-wrapper">
|
||||
<img class="avatar-pic pp20 mr-1">
|
||||
|
|
Loading…
Reference in New Issue