diff --git a/frontends/etiquette_flask/templates/bookmarks.html b/frontends/etiquette_flask/templates/bookmarks.html index 70bbd3c..ec439ea 100644 --- a/frontends/etiquette_flask/templates/bookmarks.html +++ b/frontends/etiquette_flask/templates/bookmarks.html @@ -20,6 +20,7 @@ flex: 0 0 auto; flex-direction: column; } + .bookmark_card, .new_bookmark_card { @@ -37,10 +38,18 @@ background-color: var(--color_secondary); } + +.bookmark_card input, +.new_bookmark_card input +{ + width: 100%; +} + .bookmark_card .bookmark_url { color: #aaa; } +