fix: publish url input
This commit is contained in:
parent
278b817d8d
commit
15e6009bd9
4 changed files with 4 additions and 5 deletions
|
@ -107,7 +107,7 @@
|
|||
"json-loader": "^0.5.4",
|
||||
"lbry-format": "https://github.com/lbryio/lbry-format.git",
|
||||
"lbry-redux": "lbryio/lbry-redux#2a7e05940f892f104428eeb37bd1f178da811a09",
|
||||
"lbryinc": "lbryio/lbryinc#351d0a08806b0f770b50066b61a806171f6424d4",
|
||||
"lbryinc": "lbryio/lbryinc#437260f3dad2321e892388b68749ee6af01aff2b",
|
||||
"lint-staged": "^7.0.2",
|
||||
"localforage": "^1.7.1",
|
||||
"make-runnable": "^1.3.6",
|
||||
|
|
|
@ -3,7 +3,6 @@ import * as React from 'react';
|
|||
import ReactDOMServer from 'react-dom/server';
|
||||
import MarkdownPreview from 'component/common/markdown-preview';
|
||||
import SimpleMDE from 'react-simplemde-editor';
|
||||
// For now I just added them in the markdown-editor scss file
|
||||
import 'easymde/dist/easymde.min.css';
|
||||
import Toggle from 'react-toggle';
|
||||
import { openEditorMenu, stopContextMenu } from 'util/context-menu';
|
||||
|
|
|
@ -115,7 +115,7 @@ fieldset-group {
|
|||
fieldset-section:first-child {
|
||||
.form-field__prefix {
|
||||
white-space: nowrap;
|
||||
padding: 0.15em var(--spacing-s);
|
||||
padding: 0.2rem var(--spacing-s);
|
||||
padding-right: 0;
|
||||
border: 1px solid;
|
||||
border-right: 0;
|
||||
|
|
|
@ -6074,9 +6074,9 @@ lbry-redux@lbryio/lbry-redux#2a7e05940f892f104428eeb37bd1f178da811a09:
|
|||
reselect "^3.0.0"
|
||||
uuid "^3.3.2"
|
||||
|
||||
lbryinc@lbryio/lbryinc#351d0a08806b0f770b50066b61a806171f6424d4:
|
||||
lbryinc@lbryio/lbryinc#437260f3dad2321e892388b68749ee6af01aff2b:
|
||||
version "0.0.1"
|
||||
resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/351d0a08806b0f770b50066b61a806171f6424d4"
|
||||
resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/437260f3dad2321e892388b68749ee6af01aff2b"
|
||||
dependencies:
|
||||
bluebird "^3.5.1"
|
||||
reselect "^3.0.0"
|
||||
|
|
Loading…
Reference in a new issue