added msg edit component [#40]
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
|
||||
.message__reply,
|
||||
.message__content,
|
||||
.message__edit,
|
||||
.message__reactions {
|
||||
max-width: 640px;
|
||||
min-width: 0;
|
||||
@@ -164,6 +165,15 @@
|
||||
color: var(--tc-surface-low);
|
||||
}
|
||||
}
|
||||
.message__edit {
|
||||
padding: var(--sp-extra-tight) 0;
|
||||
&-btns button {
|
||||
margin: var(--sp-tight) var(--sp-tight) 0 0;
|
||||
[dir=rtl] & {
|
||||
margin: 0 0 var(--sp-tight) var(--sp-tight);
|
||||
}
|
||||
}
|
||||
}
|
||||
.message__reactions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -238,6 +248,7 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 60px;
|
||||
z-index: 999;
|
||||
transform: translateY(-50%);
|
||||
|
||||
border-radius: var(--bo-radius);
|
||||
|
||||
Reference in New Issue
Block a user