-
Notifications
You must be signed in to change notification settings - Fork 7
/
styles.css
54 lines (46 loc) · 845 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.augmented-canvas-modal-container {
display: flex;
flex-direction: column;
gap: 16px;
justify-content: end;
align-items: end;
}
.augmented-canvas-modal-textarea {
box-sizing: border-box;
min-height: 70px;
flex-grow: 1;
width: 100%;
}
.augmented-canvas-modal-input {
box-sizing: border-box;
flex-grow: 1;
width: 100%;
padding: 12px;
}
/* */
.augmented-canvas-setting-item {
display: flex;
flex-direction: column;
gap: 16px;
}
.augmented-canvas-setting-item > .setting-item-control {
width: 100%;
display: flex;
justify-content: start;
align-items: start;
gap: 16px;
}
.augmented-canvas-settings-prompt {
flex-grow: 1;
width: 300px;
}
.augmented-canvas-list-container {
}
.augmented-canvas-list-element {
width: 100%;
display: flex;
justify-content: start;
align-items: start;
gap: 16px;
padding: 0.75em 0;
}