mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Add simple-list setting type (#9970)
This commit is contained in:
@@ -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"] {
|
||||
|
||||
Reference in New Issue
Block a user