mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
Remove the quote post button from pagedown editor when creating a topic and editing About Me in preferences
This commit is contained in:
parent
0f98c1644a
commit
4d0035e7fd
5 changed files with 17 additions and 1 deletions
|
@ -71,6 +71,10 @@
|
|||
background-size: cover;
|
||||
background-color: $secondary_background_color;
|
||||
}
|
||||
|
||||
.bio-composer #wmd-quote-post {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#about-me {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue