Skip to content

Commit

Permalink
remove font-size 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Oct 23, 2017
1 parent b0c261f commit ba3d0e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
height: 600px;
}

.right-area {
font-size: 18px;
}

body {
width: 800px;
height: 600px;
Expand All @@ -24,7 +20,6 @@
list-style: none;
display: inline;
margin-right: 5px;
font-size: 16px;
font-weight: bold;
}

Expand All @@ -33,7 +28,6 @@
display: inline;
color: gray;
border-radius: 5px;
font-size: 16px;
font-weight: bold;
filter: alpha(opacity=50)
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const MEDIUM_IMG_CDN = 'https://cdn-images-1.medium.com/max/'

document.querySelector('.export').addEventListener('click', function () {
if (sourceDiv.style.display === 'none') {
sourceDiv.style.display = 'block'
sourceDiv.style.display = null
}
createLoadForm()
loadIcon.style.visibility = 'visible'
Expand Down

0 comments on commit ba3d0e6

Please sign in to comment.