PluginProbe
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels / 2.3.8
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels v2.3.8
2.9.1 2.9.0 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 2.0.0 2.1.0 2.2.0 2.3.2 2.3.3 2.3.5 2.3.6 2.3.8 2.3.9 2.4.3 All 37 releases
← All changes | admin/assets/css/admin.css +79 -32 2.2.02.3.8 View file →
@@ -79,8 +79,17 @@
79 79 line-height: 28px;
80 80 margin: 0 7px;
81 81 }
82 82
83 +.ayg-settings-pagination_type-more tr.previous_button_label,
84 +.ayg-settings-pagination_type-more tr.next_button_label {
85 + display: none;
86 +}
87 +
88 +.ayg-settings-pagination_type-pager tr.more_button_label {
89 + display: none;
90 +}
91 +
83 92 /*----------------------------------------------------------------------------------------------
84 93 *
85 94 * Modal
86 95 *
@@ -149,11 +158,8 @@
149 158 margin: 5px 0 0 0;
150 159 padding: 10px;
151 160 background: #e5e5e5;
152 161 border: 1px solid #ccc;
153 - font-size: 1.1em;
154 - font-weight: normal;
155 - line-height: normal;
156 162 cursor: pointer;
157 163 }
158 164
159 165 .ayg-editor-section-header:hover {
@@ -161,9 +167,8 @@
161 167 }
162 168
163 169 .ayg-editor-section-header .dashicons-before {
164 170 color: #006799;
165 - line-height: 1.1em;
166 171 }
167 172
168 173 .ayg-editor-section-header .dashicons-plus {
169 174 display: inline-block;
@@ -182,9 +187,9 @@
182 187 }
183 188
184 189 .ayg-editor-controls {
185 190 margin: -1px 0 0 0;
186 - padding: 10px;
191 + padding: 12px 12px 0 12px;
187 192 background: #fff;
188 193 border: 1px solid #ccc;
189 194 }
190 195
@@ -194,8 +199,9 @@
194 199
195 200 .ayg-editor-control label {
196 201 display: block;
197 202 margin-bottom: 5px;
203 + font-weight: 600;
198 204 }
199 205
200 206 .ayg-editor-control .wp-picker-input-wrap label {
201 207 display: inline-block;
@@ -200,8 +206,12 @@
200 206 .ayg-editor-control .wp-picker-input-wrap label {
201 207 display: inline-block;
202 208 }
203 209
210 +.ayg-editor-control .description {
211 + font-size: 90%;
212 +}
213 +
204 214 .ayg-editor-control-playlist,
205 215 .ayg-editor-control-channel,
206 216 .ayg-editor-control-username,
207 217 .ayg-editor-control-search,
@@ -207,12 +217,23 @@
207 217 .ayg-editor-control-search,
208 218 .ayg-editor-control-video,
209 219 .ayg-editor-control-videos,
210 220 .ayg-editor-control-order,
211 -.ayg-editor-control-limit {
221 +.ayg-editor-control-limit,
222 +.ayg-editor-control-privacy_enhanced_mode,
223 +.ayg-editor-control-origin {
212 224 display: none;
213 225 }
214 226
227 +.ayg-editor-field-pagination_type-more .ayg-editor-control-previous_button_label,
228 +.ayg-editor-field-pagination_type-more .ayg-editor-control-next_button_label {
229 + display: none;
230 +}
231 +
232 +.ayg-editor-field-pagination_type-pager .ayg-editor-control-more_button_label {
233 + display: none;
234 +}
235 +
215 236 .ayg-editor-field-type-playlist .ayg-editor-control-playlist {
216 237 display: block;
217 238 }
218 239
@@ -260,16 +281,54 @@
260 281 *
261 282 * Block
262 283 *
263 284 *--------------------------------------------------------------------------------------------*/
264 -.ayg-block-panel label {
265 - font-weight: 500;
285 +.automatic-youtube-gallery-block-panel .components-panel__row .components-base-control {
286 + width: 100%;
266 287 }
267 288
268 -.ayg-block-panel .components-select-control__input {
269 - line-height: normal !important;
289 +.automatic-youtube-gallery-block-panel .components-panel__row .components-base-control label {
290 + text-transform: capitalize;
291 + font-size: 13px;
292 + font-weight: normal;
270 293 }
271 294
295 +.automatic-youtube-gallery-block-panel .components-panel__row .components-range-control__wrapper {
296 + flex: 1 1 100%;
297 +}
298 +
299 +.automatic-youtube-gallery-block-panel .components-panel__row .block-editor-panel-color-gradient-settings {
300 + padding-left: 0;
301 + padding-right: 0;
302 + width: 100%;
303 +}
304 +
305 +.is-loading .wp-block-automatic-youtube-gallery-block {
306 + opacity: 0.5;
307 +}
308 +
309 +.is-loading .wp-block-automatic-youtube-gallery-block .ayg-error {
310 + visibility: hidden;
311 +}
312 +
313 +.is-loading .automatic-youtube-gallery-block-spinner {
314 + position: absolute;
315 + margin: 0;
316 + padding: 10px;
317 + top: 0;
318 + left: 0;
319 + background: #fff;
320 +}
321 +
322 +.is-loading .automatic-youtube-gallery-block-spinner svg {
323 + margin: 0 10px 0 0;
324 +}
325 +
326 +.is-loading .automatic-youtube-gallery-block-spinner span {
327 + line-height: 16px;
328 + vertical-align: top;
329 +}
330 +
272 331 /*----------------------------------------------------------------------------------------------
273 332 *
274 333 * Widget
275 334 *
@@ -274,37 +333,25 @@
274 333 * Widget
275 334 *
276 335 *--------------------------------------------------------------------------------------------*/
277 336 .widget .ayg-editor {
278 - margin-bottom: 15px;
337 + margin: 10px 0;
279 338 }
280 339
281 -.widget .ayg-editor .description {
282 - padding: 5px 0 !important;
283 - word-break: break-word;
340 +.widget .ayg-editor .ayg-editor-control {
341 + margin-bottom: 12px;
284 342 }
285 343
286 -.branch-5-8 .widget .ayg-editor strong,
287 -.branch-5-9 .widget .ayg-editor strong,
288 -.branch-6 .widget .ayg-editor strong {
344 +.widget .ayg-editor .ayg-editor-control label {
345 + display: block;
346 + margin-bottom: 0;
289 347 font-weight: 600;
290 348 }
291 349
292 -.branch-5-8 .widget .ayg-editor .ayg-editor-section-header,
293 -.branch-5-9 .widget .ayg-editor .ayg-editor-section-header,
294 -.branch-6 .widget .ayg-editor .ayg-editor-section-header {
295 - margin: 10px 0 0 0;
296 - font-size: 14px;
297 - font-weight: normal;
350 +.widget .ayg-editor .ayg-editor-control .wp-picker-input-wrap label {
351 + display: inline-block;
298 352 }
299 353
300 -.branch-5-8 .widget .ayg-editor .ayg-editor-control,
301 -.branch-5-9 .widget .ayg-editor .ayg-editor-control,
302 -.branch-6 .widget .ayg-editor .ayg-editor-control {
303 - margin-bottom: 7px;
304 -}
305 -
306 -.branch-5-8 .widget .ayg-editor .description,
307 -.branch-5-9 .widget .ayg-editor .description,
308 -.branch-6 .widget .ayg-editor .description {
354 +.widget .ayg-editor .ayg-editor-control .description {
309 355 margin: 0;
356 + word-break: break-word;
310 357 }