+
+
by. Team Seoee - Interactive Study
diff --git a/projects/web-filter/src/popup.css b/projects/web-filter/src/popup.css index 37bcf5f..b4f047f 100644 --- a/projects/web-filter/src/popup.css +++ b/projects/web-filter/src/popup.css @@ -1,11 +1,20 @@ -html, -body { - width: 300px; - height: 400px; - padding: 0; +* { margin: 0; + padding: 0; + box-sizing: border-box; +} +button { + border: none; +} +html { + position: relative; + width: 355px; + height: 451px; } - body { - background-color: rgb(36, 36, 36); + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + background-color: rgba(17, 17, 17, 1); } diff --git a/projects/web-filter/src/popup.html b/projects/web-filter/src/popup.html index 985fb72..2786c53 100644 --- a/projects/web-filter/src/popup.html +++ b/projects/web-filter/src/popup.html @@ -1,4 +1,4 @@ - + @@ -10,5 +10,5 @@ - + diff --git a/projects/web-filter/src/popup.tsx b/projects/web-filter/src/popup.tsx deleted file mode 100644 index 04d71f0..0000000 --- a/projects/web-filter/src/popup.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react'; -import { createRoot } from 'react-dom/client'; - -import Popup from './pages/Popup'; - -createRoot(document.body).render( -