Fix styles. Feedback button

This commit is contained in:
jude
2023-07-30 15:50:46 +01:00
parent 8fa1402ecc
commit 213e3a5100
2 changed files with 11 additions and 0 deletions

View File

@ -542,6 +542,7 @@ input.default-width {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
margin-right: 4px;
}
.embed-body input, .embed-body textarea {
@ -676,6 +677,10 @@ a.switch-pane {
text-overflow: ellipsis;
}
.feedback {
background-color: #5865F2;
}
.is-locked {
pointer-events: none;
opacity: 0.4;