feat(popup): minor changes

This commit is contained in:
wanhose 2021-10-05 08:58:24 +02:00
parent af3deaac19
commit 127567290a

View File

@ -9,7 +9,7 @@
</head> </head>
<body> <body>
<header class="header"> <header class="header">
<h1 class="header-title">Do Not Consent</h1> <h1 class="header-title">Cookie Dialog Monster</h1>
<div class="header-actions"> <div class="header-actions">
<button id="reload"> <button id="reload">
<svg <svg
@ -34,7 +34,7 @@
</header> </header>
<main> <main>
<label class="switch-label"> <label class="switch-label">
<span>Hide irritating dialogs on <strong id="host"></strong></span> <span>Eating dialogs in <strong id="host"></strong></span>
<div class="switch"> <div class="switch">
<input checked="checked" id="power" type="checkbox" /> <input checked="checked" id="power" type="checkbox" />
<span class="slider"></span> <span class="slider"></span>