fix update item, lowercase filtering

This commit is contained in:
np.w
2020-12-12 17:47:14 -06:00
parent 4350ac87a9
commit f3da826395
5 changed files with 28 additions and 21 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
/*
form > fieldset > label {
display: flex;
}
@@ -11,6 +11,7 @@ li {
list-style: none;
font-size: 11px;
}
li.item {
display: grid;
grid-template-columns: 1fr auto auto;
@@ -24,9 +25,9 @@ h1, h2, h3, h4 {
padding: 0;
}
button {
margin: 0.2em;
border: none;
font-size: 0.8em;
padding: 0.1em;
padding: 0.4em;
}
button.remove-box, button.edit-box {
width: 100%;
@@ -54,4 +55,3 @@ ul.list-box-item {
p {
margin: 0;
}
*/