Update "Community Top Bids" info #1677
2 changed files with 5 additions and 1 deletions
|
@ -225,7 +225,7 @@ class CategoryList extends React.PureComponent<Props, State> {
|
|||
<ToolTip
|
||||
label={__("What's this?")}
|
||||
body={__(
|
||||
'Community Content is a public space where anyone can share content with the rest of the LBRY community. Bid on the names "one," "two," "three," "four" and "five" to put your content here!'
|
||||
'Community Content is a public space where anyone can share content with the rest of the LBRY community. Bid on the names "one," "two," "three," "four", "five", "six", "seven", "eight", "nine" and "ten" to put your content here!'
|
||||
)}
|
||||
/>
|
||||
)}
|
||||
|
|
|
@ -305,6 +305,10 @@
|
|||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
|
||||
.tooltip--label {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: $medium-breakpoint) {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue