navbar: Keep descriptions and closed search box from colliding.

This commit is contained in:
Karl Stolley 2024-07-17 15:37:31 -05:00 committed by Tim Abbott
parent c622622135
commit a86465de54
1 changed files with 6 additions and 1 deletions

View File

@ -75,7 +75,12 @@
background: none;
color: inherit;
font-weight: 400;
padding-left: 10px;
/* Padding to the left separates the description from the
view label or channel name; padding to the right keeps
the description from getting too close to the closed
search box--with a pleasing equidistant space in both
places. */
padding: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
/* The very last element in the navbar is the search icon, the second