this repo has no description
1#lists-page ~ #compose-button {
2 display: none;
3}
4
5.list-form {
6 padding: 8px 0;
7 display: flex;
8 gap: 8px;
9 flex-direction: column;
10}
11
12.list-form-row :is(input[type='text'], select) {
13 width: 100%;
14 appearance: none;
15}
16
17.list-form-row .label-block {
18 display: flex;
19 padding: 8px 0;
20 gap: 4px;
21}
22
23.list-form-footer {
24 display: flex;
25 gap: 8px;
26 justify-content: space-between;
27}
28.list-form-footer button[type='submit'] {
29 padding-inline: 24px;
30}
31
32#list-manage-members-container ul {
33 display: block;
34 list-style: none;
35 padding: 8px 0;
36 margin: 0;
37}
38#list-manage-members-container ul li {
39 display: flex;
40 gap: 8px;
41 align-items: center;
42 justify-content: space-between;
43 padding: 8px 0;
44}