diff --git a/edit.html b/edit.html index 67d507b..5141a53 100644 --- a/edit.html +++ b/edit.html @@ -140,6 +140,10 @@

Edit Profile Information

+
+ + +
@@ -152,6 +156,10 @@

Edit Profile Information

+
+ + +
diff --git a/images/dev-logo.svg b/images/dev-logo.svg new file mode 100644 index 0000000..14bfce8 --- /dev/null +++ b/images/dev-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/popup.html b/popup.html index 67f5715..6ab1771 100644 --- a/popup.html +++ b/popup.html @@ -14,7 +14,7 @@ margin: 0; min-height: 180px; padding: 0; - width: 550px; + width: 640px; } h1 { @@ -32,10 +32,6 @@ text-decoration: none; } - img { - width: 30px; - } - .modal-header { align-items: center; border-bottom: 0.5px solid #dadada; @@ -58,6 +54,7 @@ .logo-icon { vertical-align: text-bottom; margin-right: 12px; + width: 30px; } .flex-container { @@ -106,6 +103,15 @@ .flex:hover div{ visibility: visible; } + #insta { + background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); + -webkit-background-clip: text; + background-clip: text; + -webkit-text-fill-color: transparent; + } + .dev{ + width: 40px; + } @@ -129,53 +135,62 @@