Skip to content

Commit

Permalink
make donate button expand to full width when on special pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ablanathtanalba committed Jul 22, 2021
1 parent c8cdcf2 commit 16e05d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,9 @@ function refreshPopup() {
$('#deactivate_site_btn').hide();
$('#error').hide();

// expand donate button to full row width when by itself
$("#donate").css("width", "100%")

// activate tooltips
$('.tooltip').tooltipster();

Expand Down

0 comments on commit 16e05d0

Please sign in to comment.