phanpy/src/pages/lists.css
Lim Chee Aun 1ecd568c29 Preliminary support for exclusive list
Only for Mastodon v4.2+
2023-08-09 19:08:42 +08:00

38 lines
631 B
CSS

.list-form {
padding: 8px 0;
display: flex;
gap: 8px;
flex-direction: column;
}
.list-form-row :is(input[type='text'], select) {
width: 100%;
}
.list-form-row .label-block {
display: block;
padding: 8px 0;
}
.list-form-footer {
display: flex;
gap: 8px;
justify-content: space-between;
}
.list-form-footer button[type='submit'] {
padding-inline: 24px;
}
#list-manage-members-container ul {
display: block;
list-style: none;
padding: 8px 0;
margin: 0;
}
#list-manage-members-container ul li {
display: flex;
gap: 8px;
align-items: center;
justify-content: space-between;
padding: 8px 0;
}