mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-08 16:20:28 +03:00
added msg edit component [#40]
This commit is contained in:
parent
a4b762e1b1
commit
fe3d2e0af4
2 changed files with 46 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue