aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material')
-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 6691adc6..52872220 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -185,6 +185,17 @@ a.original:not(.waves-effect) {
185 flex-grow: 1; 185 flex-grow: 1;
186} 186}
187 187
188.card-tag-form {
189 display: flex;
190 min-width: 100px;
191 flex-grow: 1;
192}
193
194.card-tag-form input {
195 margin-bottom: 0;
196 height: 2rem;
197}
198
188.card-tag-rss { 199.card-tag-rss {
189 display: flex; 200 display: flex;
190} 201}