way improved editing of messages
This commit is contained in:
parent
c1645099b8
commit
ce538b3909
8 changed files with 204 additions and 145 deletions
|
@ -21,7 +21,7 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#searchOptions{
|
||||
.searchOptions{
|
||||
padding:.05in .15in;
|
||||
border-radius: .1in;
|
||||
background: var(--channels-bg);
|
||||
|
@ -46,15 +46,17 @@ body {
|
|||
span:hover{
|
||||
background:var(--button-bg);
|
||||
}
|
||||
|
||||
;
|
||||
margin: 16px;
|
||||
border: solid .025in var(--black);
|
||||
}
|
||||
#searchOptions:empty{
|
||||
.searchOptions:empty{
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
.messageEditContainer{
|
||||
position: relative;
|
||||
width:100%;
|
||||
}
|
||||
.flexgrow {
|
||||
flex-grow: 1;
|
||||
min-height: 0;
|
||||
|
@ -268,6 +270,11 @@ textarea {
|
|||
transition: opacity .2s;
|
||||
border: solid .03in var(--black);
|
||||
}
|
||||
.editMessage{
|
||||
background: var(--typebox-bg);
|
||||
padding: .05in;
|
||||
border-radius: .04in;
|
||||
}
|
||||
/* Animations */
|
||||
@keyframes fade {
|
||||
0%, 100% {
|
||||
|
@ -1004,6 +1011,7 @@ span.instanceStatus {
|
|||
.commentrow {
|
||||
word-break: break-word;
|
||||
gap: 4px;
|
||||
width: 100%;
|
||||
}
|
||||
.username {
|
||||
margin-top: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue