Skip to content

Commit

Permalink
Change the width of popup
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Sep 17, 2019
1 parent 7c9a704 commit 9545d30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
body {
margin: 0;
width: 360px;
}
</style>
</head>
Expand Down
1 change: 0 additions & 1 deletion src/scss/blacklistUpdate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ details[open] > summary,
font-family: arial, sans-serif;
font-size: 1rem;
padding: 1rem;
width: 360px;
}

#url {
Expand Down
13 changes: 1 addition & 12 deletions src/scss/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ubBlacklistUpdateDialog {
border: solid 1px lightgrey;
padding: 0;
width: 360px;
}

#ubImageSearchControl {
Expand Down Expand Up @@ -87,15 +88,3 @@
margin: 0 6px;
width: 280px;
}

@media screen and (max-width: 400px) {
#ubBlockForm > button,
#ubUnblockForm > button {
display: block;
margin: 0 auto;
}
#ubBlockInput,
#ubUnblockSelect {
display: block;
}
}

0 comments on commit 9545d30

Please sign in to comment.