UX: Add simple-list setting type (#9970)

This commit is contained in:
Penar Musaraj
2020-06-04 10:44:54 -04:00
committed by GitHub
parent 76af25f753
commit 2d880b42a3
11 changed files with 219 additions and 3 deletions

View File

@@ -931,6 +931,20 @@ table#user-badges {
}
}
.simple-list-input {
display: flex;
.add-value-input {
margin: 0;
box-sizing: border-box;
flex: 1 0 0px;
}
.add-value-btn {
margin-left: 0.25em;
}
}
// Mobile view text-inputs need some padding
.mobile-view .admin-contents {
input[type="text"] {