mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
fix 'publishes' styling on claim tiles
This commit is contained in:
parent
cc275e679c
commit
866ae9019c
3 changed files with 7 additions and 3 deletions
|
@ -154,7 +154,7 @@ function ClaimPreviewTile(props: Props) {
|
||||||
{isChannel ? (
|
{isChannel ? (
|
||||||
<div className="claim-tile__about--channel">
|
<div className="claim-tile__about--channel">
|
||||||
<SubscribeButton uri={uri} />
|
<SubscribeButton uri={uri} />
|
||||||
<span>
|
<span className="claim-tile__publishes">
|
||||||
{claimsInChannel === 1
|
{claimsInChannel === 1
|
||||||
? __('%claimsInChannel% publish', { claimsInChannel })
|
? __('%claimsInChannel% publish', { claimsInChannel })
|
||||||
: __('%claimsInChannel% publishes', { claimsInChannel })}
|
: __('%claimsInChannel% publishes', { claimsInChannel })}
|
||||||
|
|
|
@ -350,6 +350,10 @@
|
||||||
color: var(--color-text-subtitle);
|
color: var(--color-text-subtitle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.claim-tile__publishes {
|
||||||
|
font-size: var(--font-small);
|
||||||
|
}
|
||||||
|
|
||||||
.claim-tile__about--channel {
|
.claim-tile__about--channel {
|
||||||
@extend .claim-tile__about;
|
@extend .claim-tile__about;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
|
@ -7063,9 +7063,9 @@ lazy-val@^1.0.4:
|
||||||
yargs "^13.2.2"
|
yargs "^13.2.2"
|
||||||
zstd-codec "^0.1.1"
|
zstd-codec "^0.1.1"
|
||||||
|
|
||||||
lbry-redux@lbryio/lbry-redux#f0891dd298b1f311a37c4713d2db009f62088b09:
|
lbry-redux@lbryio/lbry-redux#cda1f431b7463aaa74edff5ee9565ca8e935d607:
|
||||||
version "0.0.1"
|
version "0.0.1"
|
||||||
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/f0891dd298b1f311a37c4713d2db009f62088b09"
|
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/cda1f431b7463aaa74edff5ee9565ca8e935d607"
|
||||||
dependencies:
|
dependencies:
|
||||||
proxy-polyfill "0.1.6"
|
proxy-polyfill "0.1.6"
|
||||||
reselect "^3.0.0"
|
reselect "^3.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue