Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstormx committed Jul 28, 2020
1 parent 0ef77f0 commit 205d4a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.page {
transition: all 0.25s ease;
width: 100%;
flex-shrink: 0;
}
.h {
color: whitesmoke;
Expand Down Expand Up @@ -78,8 +79,12 @@
</div>
<div id="page2" class="page">
<button id="s_page1" class="pageBtn">&lt; Go back</button>
<span class="h">Add your own banned words: </span>
<div id="bannedSlogansList"></div>
<span class="h">Add your own banned slogans: </span>
<span>
<input type="text" placeholder="Type..." />
<button id="add">+</button>
</span>
<div id="userBannedSlogansList"></div>
</div>
</div>
</body>
Expand Down

0 comments on commit 205d4a9

Please sign in to comment.