Compare commits

..

No commits in common. "a73bf0bc5b6b3e8d3e0ff1cf2f9751f7d1a9fea3" and "f94dacfcf935ee833edc05cf24b228fb5597ddc2" have entirely different histories.

3 changed files with 0 additions and 10 deletions

View file

@ -1 +0,0 @@
fix pinned indicator looking wrong on CJK locales

View file

@ -119,7 +119,6 @@
display: flex;
flex-shrink: 0;
align-self: baseline;
word-break: keep-all;
.button-unstyled {
padding: 0.2em;

View file

@ -148,14 +148,6 @@
background-image:
linear-gradient(to bottom, var(--background), var(--background)),
linear-gradient(to bottom, var(--__panel-background), var(--__panel-background));
overflow: hidden;
text-overflow: ellipsis;
.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
--_shadow: var(--shadow);