diff --git a/code/css/popup.css b/code/css/popup.css index 0b6cc55..9753f70 100644 --- a/code/css/popup.css +++ b/code/css/popup.css @@ -52,8 +52,39 @@ html { height: 24px; font-size: 12px; } - - .fa { +#bookmarks{ + padding-bottom:60px; +} +.input-group{ + border:1px solid #ced4da; + border-radius:5px; + border-width: 2px; + margin-top: 25px; +} +.input-group search{ + float: left; + width: 90%; + border: none; + padding: 0px; +} +.input-group button{ + height: 40px; + margin: 0px; + border-radius:px; + float:left; + width:10%; + border-left:none; + cursor:pointer; +} +#pop-tags{ + padding-left: 20%; +} +@media (min-width: 1200px) +.container { + max-width: 100% !important; +} + +.fa { font-size: 15px; cursor: pointer; user-select: none; @@ -144,4 +175,5 @@ hr { margin:10px -50px; border:0; border-top:1px solid #ccc -} \ No newline at end of file +} + diff --git a/code/popup.html b/code/popup.html index 2cf5d4c..6482c70 100644 --- a/code/popup.html +++ b/code/popup.html @@ -9,6 +9,7 @@ +
+
-