Skip to content

Commit

Permalink
adjust buttons and notification
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Jun 6, 2024
1 parent 7df5bb4 commit 0f77123
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3554,9 +3554,8 @@ const CSS_SETUP = /*language=css*/ `
color: green;
font-weight: bold;
position: absolute;
left: 0;
right: 0;
bottom: 2px;
bottom: 4px;
right: 26px;
}
#_installHint {
color: green;
Expand Down Expand Up @@ -3877,7 +3876,7 @@ function createSetupElement() {
$new('button#_cancel', 'Cancel'),
$new('a', {href: `${MPIV_BASE_URL}Rules`, style: 'margin: 0 auto'},
$new('button#_install', {style: 'color: inherit'}, 'Find rule...')),
$new('button#_import', {style: 'margin-right: 0'}, 'Import'),
$new('button#_import', 'Import'),
$new('button#_export', {style: 'margin: 0'}, 'Export'),
$new('div#_exportNotification', {hidden: true}, 'Copied to clipboard'),
]),
Expand Down

0 comments on commit 0f77123

Please sign in to comment.