Add missing commits

This commit is contained in:
Michael Tintiuc 2020-02-05 02:05:21 +02:00 committed by Sean Yesmunt
parent 69fe40fbe1
commit 0a4234b328
2 changed files with 2 additions and 4 deletions

View file

@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Prevent spacebar from toggling fullscreen on Firefox ([#3546](https://github.com/lbryio/lbry-desktop/pull/3546)) - Prevent spacebar from toggling fullscreen on Firefox ([#3546](https://github.com/lbryio/lbry-desktop/pull/3546))
- Context menu not working properly in some cases ([#3604](https://github.com/lbryio/lbry-desktop/pull/3604)) - Context menu not working properly in some cases ([#3604](https://github.com/lbryio/lbry-desktop/pull/3604))
- Don't autoplay paid content or content from blocked channels ([#3570](https://github.com/lbryio/lbry-desktop/pull/3570)) - Don't autoplay paid content or content from blocked channels ([#3570](https://github.com/lbryio/lbry-desktop/pull/3570))
- Make claim previews right clickable ([#3631](https://github.com/lbryio/lbry-desktop/pull/3631))
## [0.39.1] - [2019-1-24] ## [0.39.1] - [2019-1-24]

View file

@ -106,10 +106,6 @@
height: 5rem; height: 5rem;
} }
} }
a {
color: inherit;
}
} }
.claim-preview--large { .claim-preview--large {
@ -191,6 +187,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 100%; max-width: 100%;
color: var(--color-text);
} }
.claim-preview-metadata { .claim-preview-metadata {