mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added message editing button
This commit is contained in:
parent
a0d18076ad
commit
4c4a33a819
5 changed files with 67 additions and 28 deletions
|
@ -57,7 +57,6 @@ $outgoing_color: $comment_bg;
|
|||
|
||||
background: 50% 50% no-repeat;
|
||||
background-size: cover;
|
||||
// display: none;
|
||||
}
|
||||
|
||||
.text {
|
||||
|
@ -65,8 +64,17 @@ $outgoing_color: $comment_bg;
|
|||
background: $outgoing_color;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
border-radius: $radius $radius 0 $radius;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.form {
|
||||
width: 100%;
|
||||
border-radius: $radius $radius 0 $radius;
|
||||
background: $outgoing_color;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.stamp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue