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 68001a01..c893b376 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -191,6 +191,17 @@ a.original:not(.waves-effect) {
191 flex-grow: 1; 191 flex-grow: 1;
192} 192}
193 193
194.card-tag-form {
195 display: flex;
196 min-width: 100px;
197 flex-grow: 1;
198}
199
200.card-tag-form input {
201 margin-bottom: 0;
202 height: 2rem;
203}
204
194.card-tag-rss { 205.card-tag-rss {
195 display: flex; 206 display: flex;
196} 207}