-
Notifications
You must be signed in to change notification settings - Fork 5
/
styles.css
43 lines (36 loc) · 1023 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
.youtube-template-plugin .insert-template-modal__input input {
width: 100%;
margin-bottom: 10px;
}
.youtube-template-plugin .insert-template-modal__button-container button {
width: 100%;
margin-bottom: 10px;
}
.youtube-template-plugin .insert-template-modal__button-container .setting-item-info {
display: none;
}
.youtube-template-plugin .insert-template-modal__error-container {
color: red;
}
.youtube-template-plugin__template-textarea {
flex-direction: column;
gap: 10px;
}
.youtube-template-plugin__template-textarea .setting-item-info {
margin-right: 0;
}
.youtube-template-plugin__template-textarea .setting-item-control,
.youtube-template-plugin__template-textarea .setting-item-control textarea {
width: 100%;
height: 200px;
}
.youtube-template-plugin__wide-input {
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
.youtube-template-plugin__wide-input .setting-item-control,
.youtube-template-plugin__wide-input .setting-item-control input {
width: 100%;
min-width: 100%;
}