Skip to content

Commit

Permalink
adjustments for media types that look funny at small sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
thehandsomepanther committed May 3, 2016
1 parent 967d9ff commit 65796f5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions static/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -849,21 +849,31 @@ label, .data-media-upload {

.data-media-preview {
display: inline-block;
width: 35%;
width: 40%;
margin-right: 4%;
vertical-align: top;
}

.data-media-details {
display: inline-block;
width: 60%
width: 55%
}

.vco-media-item {
width: 100%;
height: auto;
}

.data-media-preview .vco-media-twitter blockquote p{
font-size: 16px;
line-height: 21px;
}

.vco-media-wikipedia {
height: 300px;
overflow: scroll;
}

.data-media-icons {
text-align:right;
width:100%;
Expand Down

0 comments on commit 65796f5

Please sign in to comment.