mirror of
https://github.com/sundevista/youtube-template.git
synced 2026-07-22 09:10:25 +00:00
43 lines
No EOL
1,023 B
CSS
43 lines
No EOL
1,023 B
CSS
.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%;
|
|
} |