Skip to content
Snippets Groups Projects
Commit d40adfc2 authored by Tim's avatar Tim
Browse files

cleanup and styling

parent e9574285
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,12 @@ ...@@ -27,11 +27,12 @@
} }
code { code {
padding: 0.25rem 0.5rem; padding: 0.2rem;
font-size: 84%; font-size: 85%;
border-radius: 2px; border-radius: 3px;
border-color: $light-gray; border: none;
background-color: #efefef; background-color: #F4F4F4;
font-weight: inherit;
} }
pre > code { pre > code {
...@@ -50,9 +51,8 @@ ...@@ -50,9 +51,8 @@
max-width: 400px; max-width: 400px;
max-height: 400px; max-height: 400px;
} }
.Card {
border-radius: 2px;
border-color: $light-gray;
}
ol, ul {
margin-left: 2rem;
}
} }
...@@ -2,7 +2,6 @@ import React from 'react'; ...@@ -2,7 +2,6 @@ import React from 'react';
import {connect} from 'react-redux' import {connect} from 'react-redux'
import {Component} from 'react' import {Component} from 'react'
import Remarkable from 'remarkable' import Remarkable from 'remarkable'
// import CardView from 'app/components/cards/CardView'
import YoutubePreview from 'app/components/elements/YoutubePreview' import YoutubePreview from 'app/components/elements/YoutubePreview'
import sanitizeConfig, {noImageText} from 'app/utils/SanitizeConfig' import sanitizeConfig, {noImageText} from 'app/utils/SanitizeConfig'
import {renderToString} from 'react-dom/server'; import {renderToString} from 'react-dom/server';
...@@ -120,7 +119,6 @@ class MarkdownViewer extends Component { ...@@ -120,7 +119,6 @@ class MarkdownViewer extends Component {
</div> </div>
} }
</div>) </div>)
// <CardView formId={formId} canEdit={canEdit} metaLinkData={jsonMetadata ? jsonMetadata.steem : null} />
} }
} }
......
...@@ -21,10 +21,8 @@ ...@@ -21,10 +21,8 @@
} }
.PostFull__header { .PostFull__header {
> h1, > h6 {
overflow: hidden;
}
> h1 { > h1 {
overflow: hidden;
font: 700 200% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif; font: 700 200% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
} }
a { a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment