Skip to content

Commit

Permalink
Fix popup content overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lara committed Sep 14, 2018
1 parent 6221eaa commit c44d7ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/skin/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body {
font-size: 12px;

margin: 0;
padding: 7px 15px 0;
padding: 7px 15px;

min-width: 430px; /* Chrome */
max-width: 100%; /* FF android */
Expand Down Expand Up @@ -160,7 +160,7 @@ font-size: 16px;
cursor: move;
}
#siteControls {
margin-bottom: 5px;
margin-top: 5px;
}

#firstRun {
Expand Down Expand Up @@ -261,7 +261,7 @@ font-size: 16px;
padding: 5px;
cursor: pointer;
text-align: center;
margin: 8px 0;
margin-top: 8px;
border: 2px solid #707070;
width: 100%;
color: #707070;
Expand Down Expand Up @@ -348,7 +348,6 @@ font-size: 16px;
}
#siteControls button {
font-size: 12px;
display: block;
}

#version{
Expand Down

0 comments on commit c44d7ea

Please sign in to comment.