Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
maenDisease committed May 17, 2024
1 parent e02f0d0 commit c11c83b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/theme/chat/_textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
background: none;
}

#app-mount .form_d8a4a1::after {
display: none;
#app-mount .form_d8a4a1 {
&::before, &::after {
display: none;
}
}

.replyBar_ed6afc, .threadSuggestionBar__717a3 {
.replyBar_ed6afc,
.threadSuggestionBar__717a3 {
background: rgb(0 0 0/.2);
margin-bottom: 1px;
border-radius: 3px;
Expand Down Expand Up @@ -71,4 +74,4 @@

.altTag__3fced {
border-radius: 2px;
}
}

0 comments on commit c11c83b

Please sign in to comment.