mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
bots: Remove FEEDBACK_BOT implementation.
This legacy cross-realm bot hasn't been used in several years, as far as I know. If we wanted to re-introduce it, I'd want to implement it as an embedded bot using those common APIs, rather than the totally custom hacky code used for it that involves unnecessary queue workers and similar details. Fixes #13533.
This commit is contained in:
@@ -227,13 +227,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
#feedback_section {
|
||||
text-align: left;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid hsl(0, 0%, 88%);
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#keyboard-icon {
|
||||
position: fixed;
|
||||
bottom: 8px; /* bottom padding of .compose-content */
|
||||
|
||||
Reference in New Issue
Block a user