mirror of https://github.com/zulip/zulip.git
Bring the floating recipient bar closer to the tab bar.
I feel bad about this commit because it really only exists to fix a math error elsewhere -- it's basically a hacky solution to Trac #1426 that doesn't involve actually fixing the math that exists in the app somewhere, but instead makes our app conform to that math. (imported from commit ad43bf9440b80fd768c5fa1cbe5cb4a683415c02)
This commit is contained in:
parent
493d8276e5
commit
7d7330df03
|
@ -1042,7 +1042,7 @@ input.recipient_box {
|
|||
top: 41px;
|
||||
z-index: 2;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 10px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
@ -1314,7 +1314,7 @@ input.recipient_box {
|
|||
position: fixed;
|
||||
/* .message_list max-width */
|
||||
text-decoration: none;
|
||||
top: 70px; /* should really be the same as the height of navbar-spacer + height of the tab bar*/
|
||||
top: 60px; /* should really be the same as the height of navbar-spacer + height of the tab bar*/
|
||||
visibility: hidden; /* so that we pass clicks through to underneath us */
|
||||
/* If zhome has opacity on it, it suddenly starts getting drawn on top
|
||||
of top_statusbar -- unless we specify a z-index. */
|
||||
|
|
Loading…
Reference in New Issue