Skip to content

Commit

Permalink
Fix long panel in Vivaldi, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Jan 13, 2017
1 parent 77c43bc commit 6e99f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/popup.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Global */
html { width: 575px; }
body { margin: 0px 5px; padding: 0px; width: 568px; }
html, body { max-height: 600px; overflow-y: auto; }
html, body, td, th { font-family: arial, sans-serif; font-size: 12px; }
#container, table { width: 100%; }
td, th { text-align: left; }
Expand Down Expand Up @@ -57,7 +58,7 @@ table { padding-top: 40px; }
.choices { float: right; }

/* Footer */
#bottom { padding-top: 10px; }
#bottom { padding-top: 10px; padding-bottom: 5px; }
#credit { text-align: right; padding-right: 5px; }
#credit { font-weight: bold; font-size: 11px; color: #555; }
#credit a, #pop_options { text-decoration: underline; }
Expand Down
1 change: 1 addition & 0 deletions html/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<li>Changed to a one-column layout to better accommodate all languages and long domain names</li>
<li>Fixed scrollbar issue where it would sometimes not scroll unless the bar itself was dragged</li>
<li>Allows users to open several domains' ratings without having to reopen the panel each time</li>
<li>Resolved issue with unscrollable long lists in other Chrome-based browsers</li>
<li>Improved ability to access the Options, Refresh, Close buttons</li>
<li>Domain control buttons are now all consistently displayed</li>
</ul></li>
Expand Down

0 comments on commit 6e99f44

Please sign in to comment.