4
|
1 div[top] {
|
|
2 display: flex;
|
|
3 justify-content: space-between;
|
|
4 align-items: center;
|
|
5 }
|
|
6
|
|
7 div[top] span[pulldown] > div {
|
|
8 right: 0;
|
|
9 }
|
|
10
|
|
11 [waiting-ai-icon] {
|
|
12 width: 100px;
|
6
|
13 position: fixed;
|
4
|
14 top: 50%;
|
|
15 left: 50%;
|
|
16 transform: translate(-50%,-50%);
|
|
17 z-index: 3000;
|
|
18 display: none;
|
|
19 }
|
|
20
|
|
21 [ai_container] textarea {
|
14
|
22 display: block;
|
|
23 width: 100%;
|
|
24 margin-top: 36px;
|
4
|
25 max-height: 150px;
|
|
26 resize: none;
|
|
27 }
|
14
|
28 [ai_container] div[buttons] {
|
|
29 display: flex;
|
|
30 justify-content: flex-end;
|
|
31 margin-top: 8px;
|
|
32 padding-bottom: 8px;
|
|
33 gap: 8px;
|
|
34 }
|
4
|
35
|
|
36 dialog[rename] input {
|
|
37 width: 300px;
|
|
38 }
|
28
|
39
|
|
40 div[buttons] audio {
|
30
|
41 max-height: 34px;
|
28
|
42 }
|