2
0
Fork 0
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:
Neil Lalonde 2014-03-26 10:45:22 -04:00
parent 0f98c1644a
commit 4d0035e7fd
5 changed files with 17 additions and 1 deletions

View file

@ -71,6 +71,10 @@
background-size: cover;
background-color: $secondary_background_color;
}

.bio-composer #wmd-quote-post {
display: none;
}
}

#about-me {