mirror of https://github.com/zulip/zulip.git
navbar: Remove :not() text-overflow selector.
Here we change from using clip to using ellipses on stream name.
This commit is contained in:
parent
af221526f2
commit
79d077135e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue