From f7f5e9a08bcea7643f209d4a02a185b26512daca Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 12 Sep 2018 21:58:01 -0400 Subject: [PATCH] Improve tag styles --- app/assets/stylesheets/images/show.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/images/show.scss b/app/assets/stylesheets/images/show.scss index c2ca734..9dd8cf9 100644 --- a/app/assets/stylesheets/images/show.scss +++ b/app/assets/stylesheets/images/show.scss @@ -26,13 +26,23 @@ background: white; color: #333; margin: 0.25rem 0.125rem; - padding: 0.125rem 0.5rem; + padding: 0.1rem 0.25rem 0.15rem; + + span { + margin: 0 0.15rem; + } &.hidden { display: none; } } + .delete-tag { + text-decoration: none; + color: #333; + font-weight: bold; + } + img { background-color: white; max-width: calc(100% - 1rem);