plugin updates

This commit is contained in:
Tony Volpe
2024-10-29 13:49:07 -04:00
parent 66268c4512
commit 9000316050
41 changed files with 916 additions and 570 deletions

View File

@@ -15,12 +15,55 @@
url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
/* Remote video CSS */
/* Tagify */
.tagify {
width: 100%;
}
.tagify--outside {
border: 0;
}
.tagify--outside .tagify__input {
order: -1;
flex: 100%;
border: 1px solid var(--tags-border-color);
margin-bottom: 1em;
transition: .1s;
}
.tagify--outside .tagify__input:hover {
border-color: var(--tags-hover-border-color);
}
.tagify--outside.tagify--focus .tagify__input {
transition: 0s;
border-color: var(--tags-focus-border-color);
}
.tagify__dropdown {
z-index: 999999999 !important;
}
.wpmf-dialog-text .tagify__input {
margin: 5px 0;
}
.wpmf-dialog-text .tagify__tag>div {
padding-left: 0 !important;
}
.wpmf-dialog-text .tagify__tag {
margin-left: 0;
margin-right: 5px;
}
/* Remote video, add tag CSS */
#wpmf-add-video-dialog {
z-index: 9999 !important;
}
#wpmf-add-video-dialog h5 {
#wpmf-add-video-dialog h5, #wpmf-add-tag-dialog h5 {
font-size: 16px;
margin-bottom: 0 !important;
}
@@ -29,8 +72,8 @@
max-width: 600px;
}
#wpmf-add-video-dialog_content {
max-width: 600px;
#tagcloud-wpmf_tag .wp-tag-cloud a {
font-size: 14px !important;
}
.add_video_msg {