navbar: Remove :not() text-overflow selector.

Here we change from using clip to using ellipses on stream name.
This commit is contained in:
YashRE42 2020-10-23 13:33:50 +00:00 committed by Tim Abbott
parent af221526f2
commit 79d077135e
1 changed files with 1 additions and 4 deletions

View File

@ -1583,6 +1583,7 @@ div.focused_table {
margin: 0 -4px 0 0;
padding: 12px 6px;
overflow: hidden;
text-overflow: ellipsis;
@media (max-width: 500px) {
padding: 7px 3.5px; /* based on having ~41.66% decrease */
}
@ -1693,10 +1694,6 @@ div.focused_table {
}
}
> :not(.stream) {
text-overflow: ellipsis;
}
/* The very last element in the navbar is the search icon, the second
last element is either the narrow description (for stream narrows) or
the "title" (for other narrows). The flex-grow property ensures these