mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
typeahead: Move tip text to bottom.
This commit is contained in:
committed by
Tim Abbott
parent
68f6f622a7
commit
3e3deb2f17
@@ -493,9 +493,8 @@ a#undo_markdown_preview {
|
|||||||
.typeahead-header {
|
.typeahead-header {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
|
border-top: 1px solid hsla(0, 0%, 0%, 0.2);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,8 +67,8 @@
|
|||||||
this.highlighter = this.options.highlighter || this.highlighter
|
this.highlighter = this.options.highlighter || this.highlighter
|
||||||
this.updater = this.options.updater || this.updater
|
this.updater = this.options.updater || this.updater
|
||||||
this.$container = $(this.options.container).appendTo('body')
|
this.$container = $(this.options.container).appendTo('body')
|
||||||
this.$header = $(this.options.header_html).appendTo(this.$container)
|
|
||||||
this.$menu = $(this.options.menu).appendTo(this.$container)
|
this.$menu = $(this.options.menu).appendTo(this.$container)
|
||||||
|
this.$header = $(this.options.header_html).appendTo(this.$container)
|
||||||
this.source = this.options.source
|
this.source = this.options.source
|
||||||
this.shown = false
|
this.shown = false
|
||||||
this.dropup = this.options.dropup
|
this.dropup = this.options.dropup
|
||||||
|
|||||||
Reference in New Issue
Block a user