aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/cards.scss')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 4f67e038..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) {
186 flex-grow: 1; 186 flex-grow: 1;
187} 187}
188 188
189.card-tag-form {
190 display: flex;
191 min-width: 100px;
192 flex-grow: 1;
193}
194
195.card-tag-form input {
196 margin-bottom: 0;
197 height: 2rem;
198}
199
189.card-tag-rss { 200.card-tag-rss {
190 display: flex; 201 display: flex;
191} 202}