specator_view: Prevent large login button from colliding with search box.

This commit is contained in:
Karl Stolley
2025-02-26 15:38:52 -06:00
committed by Tim Abbott
parent 51eb43b830
commit 8cd87eb05e

View File

@@ -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);