Minor fixes for channel-about page #2520

Merged
btzr-io merged 4 commits from channel-desc into master 2019-05-30 23:07:53 +02:00
btzr-io commented 2019-05-30 00:16:48 +02:00 (Migrated from github.com)

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

Fixes

  • Render Markdown in channel descriptions #2506
  • Missing external links on channel page #2519
  • Channel description word cutoff #2485
## PR Checklist <!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" --> Please check all that apply to this PR using "x": - [X] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) - [ ] I have checked that this PR does not introduce a breaking change - [ ] This PR introduces breaking changes and I have provided a detailed explanation below ## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [X] Feature - [ ] Code style update (formatting) - [ ] Refactoring (no functional changes) - [ ] Documentation changes - [ ] Other - Please describe: ## Fixes - Render Markdown in channel descriptions #2506 - Missing external links on channel page #2519 - Channel description word cutoff #2485
neb-b commented 2019-05-30 01:02:58 +02:00 (Migrated from github.com)

Thanks for this! I've been meaning to get to it.

Thanks for this! I've been meaning to get to it.
neb-b (Migrated from github.com) requested changes 2019-05-30 02:56:41 +02:00
@ -261,3 +261,3 @@
.media__info-text {
font-size: 1.15rem;
word-break: break-all;
word-break: break-word;
neb-b (Migrated from github.com) commented 2019-05-30 01:04:05 +02:00

This was used as a quick fix to prevent super long links from not wrapping. Checkout some of cryptocandors content to see it.

This was used as a quick fix to prevent super long links from not wrapping. Checkout some of cryptocandors content to see it.
neb-b (Migrated from github.com) commented 2019-05-30 01:05:11 +02:00

Can we add a Max width on this for this? Mostly for the channel page.

Try editing the description to be really long to see the current issue.

Can we add a Max width on this for this? Mostly for the channel page. Try editing the description to be really long to see the current issue.
btzr-io (Migrated from github.com) reviewed 2019-05-30 03:03:29 +02:00
@ -261,3 +261,3 @@
.media__info-text {
font-size: 1.15rem;
word-break: break-all;
word-break: break-word;
btzr-io (Migrated from github.com) commented 2019-05-30 03:03:28 +02:00

Oh, I see, then I think word-break: break-word should work for both cases 👍

Oh, I see, then I think `word-break: break-word` should work for both cases :+1:
btzr-io (Migrated from github.com) reviewed 2019-05-30 03:14:14 +02:00
@ -261,3 +261,3 @@
.media__info-text {
font-size: 1.15rem;
word-break: break-all;
word-break: break-word;
btzr-io (Migrated from github.com) commented 2019-05-30 03:14:13 +02:00

@seanyesmunt How long should be the max-width ?

@seanyesmunt How long should be the `max-width` ?
btzr-io (Migrated from github.com) reviewed 2019-05-30 03:28:30 +02:00
@ -261,3 +261,3 @@
.media__info-text {
font-size: 1.15rem;
word-break: break-all;
word-break: break-word;
btzr-io (Migrated from github.com) commented 2019-05-30 03:28:30 +02:00

I added 70% as a random value, looks good in my screen 😛

I added `70%` as a random value, looks good in my screen :stuck_out_tongue:
btzr-io (Migrated from github.com) reviewed 2019-05-30 03:40:01 +02:00
btzr-io (Migrated from github.com) commented 2019-05-30 03:39:56 +02:00

@seanyesmunt let me know if you have a specific value in mind ✌️

@seanyesmunt let me know if you have a specific value in mind :v:
neb-b (Migrated from github.com) reviewed 2019-05-30 17:38:33 +02:00
neb-b (Migrated from github.com) commented 2019-05-30 17:38:33 +02:00

50rem seems to work pretty well.

50rem seems to work pretty well.
btzr-io (Migrated from github.com) reviewed 2019-05-30 18:59:14 +02:00
btzr-io (Migrated from github.com) commented 2019-05-30 18:59:14 +02:00

Ok done.

Ok done.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2520
No description provided.