mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 07:58:48 +00:00
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:
parent
559f708cae
commit
32968bd30e
3 changed files with 23 additions and 3 deletions
|
@ -295,6 +295,15 @@ div.pagination ul {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide {
|
.card-tag-form {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-tag-form input[type="text"] {
|
||||||
|
min-width: 20em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hide,
|
||||||
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -180,6 +180,17 @@ a.original:not(.waves-effect) {
|
||||||
flex-grow: 1;
|
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 {
|
.card-tag-rss {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue