X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fcards.scss;h=1acc03dc3562cdad5bb19f0ca55ff1f96899c143;hb=5419a8368ebb4b4d57f481b842f1fcc576c9149d;hp=9e3599d5ea020efbf1bbc9eea6abb5f2f21e3e52;hpb=e5de9917fdd78d4cd3b46b376e3b2a4175efa36a;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 9e3599d5..1acc03dc 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -186,6 +186,17 @@ a.original:not(.waves-effect) { flex-grow: 1; } +.card-tag-form { + display: flex; + min-width: 100px; + flex-grow: 1; +} + +.card-tag-form input { + margin-bottom: 0; + height: 2rem; +} + .card-tag-rss { display: flex; } @@ -221,9 +232,11 @@ a.original:not(.waves-effect) { div.metadata { .chip { background-color: $blueAccentColor; - padding: 0 15px 0 10px; + padding: 0 7px; margin: auto 2px; border-radius: 6px; + line-height: 22px; + height: 22px; a, i {