Add specific styles for the card tag form element.

Also add a `.hidden` class in the baggy theme to have consistency with material.
This commit is contained in:
Stéphane HULARD
2018-01-24 17:30:06 +01:00
committed by Jeremy Benoist
parent 559f708cae
commit 32968bd30e
3 changed files with 23 additions and 3 deletions

View File

@ -180,6 +180,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;
}