mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
specator_view: Prevent large login button from colliding with search box.
This commit is contained in:
@@ -368,6 +368,8 @@ body.has-overlay-scrollbar {
|
||||
the same height and their boxes sit on the
|
||||
same invisible line. */
|
||||
margin-top: -1px;
|
||||
/* Prevent collisions with the search box. */
|
||||
margin-left: 15px;
|
||||
|
||||
& a {
|
||||
font-size: calc(16em / 14);
|
||||
|
||||
Reference in New Issue
Block a user