sundevista_youtube-template/styles.css
p33k 54ea913230 - Headline for settings
- Clickable link in description
- Wider Input Fields for better overview of the path
2024-05-20 01:02:05 +02:00

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%;
}