PluginProbe
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels / 2.3.2
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels v2.3.2
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 +94 -28 1.6.22.3.2 View file →
@@ -14,12 +14,8 @@
14 14 .ayg-text-success {
15 15 color: green;
16 16 }
17 17
18 -.ayg-no-scroll {
19 - overflow: hidden;
20 -}
21 -
22 18 .ayg-ajax-status .spinner {
23 19 float: none;
24 20 visibility: visible;
25 21 }
@@ -83,8 +79,17 @@
83 79 line-height: 28px;
84 80 margin: 0 7px;
85 81 }
86 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 +
87 92 /*----------------------------------------------------------------------------------------------
88 93 *
89 94 * Modal
90 95 *
@@ -153,11 +158,8 @@
153 158 margin: 5px 0 0 0;
154 159 padding: 10px;
155 160 background: #e5e5e5;
156 161 border: 1px solid #ccc;
157 - font-size: 1.1em;
158 - font-weight: normal;
159 - line-height: normal;
160 162 cursor: pointer;
161 163 }
162 164
163 165 .ayg-editor-section-header:hover {
@@ -165,9 +167,8 @@
165 167 }
166 168
167 169 .ayg-editor-section-header .dashicons-before {
168 170 color: #006799;
169 - line-height: 1.1em;
170 171 }
171 172
172 173 .ayg-editor-section-header .dashicons-plus {
173 174 display: inline-block;
@@ -186,9 +187,9 @@
186 187 }
187 188
188 189 .ayg-editor-controls {
189 190 margin: -1px 0 0 0;
190 - padding: 10px;
191 + padding: 12px 12px 0 12px;
191 192 background: #fff;
192 193 border: 1px solid #ccc;
193 194 }
194 195
@@ -198,8 +199,9 @@
198 199
199 200 .ayg-editor-control label {
200 201 display: block;
201 202 margin-bottom: 5px;
203 + font-weight: 600;
202 204 }
203 205
204 206 .ayg-editor-control .wp-picker-input-wrap label {
205 207 display: inline-block;
@@ -204,8 +206,12 @@
204 206 .ayg-editor-control .wp-picker-input-wrap label {
205 207 display: inline-block;
206 208 }
207 209
210 +.ayg-editor-control .description {
211 + font-size: 90%;
212 +}
213 +
208 214 .ayg-editor-control-playlist,
209 215 .ayg-editor-control-channel,
210 216 .ayg-editor-control-username,
211 217 .ayg-editor-control-search,
@@ -211,17 +217,29 @@
211 217 .ayg-editor-control-search,
212 218 .ayg-editor-control-video,
213 219 .ayg-editor-control-videos,
214 220 .ayg-editor-control-order,
215 -.ayg-editor-control-limit {
221 +.ayg-editor-control-limit,
222 +.ayg-editor-control-privacy_enhanced_mode,
223 +.ayg-editor-control-origin {
216 224 display: none;
217 225 }
218 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 +
219 236 .ayg-editor-field-type-playlist .ayg-editor-control-playlist {
220 237 display: block;
221 238 }
222 239
223 -.ayg-editor-field-type-channel .ayg-editor-control-channel {
240 +.ayg-editor-field-type-channel .ayg-editor-control-channel,
241 +.ayg-editor-field-type-livestream .ayg-editor-control-channel {
224 242 display: block;
225 243 }
226 244
227 245 .ayg-editor-field-type-username .ayg-editor-control-username {
@@ -237,12 +255,25 @@
237 255 .ayg-editor-field-type-video .ayg-editor-control-video {
238 256 display: block;
239 257 }
240 258
241 -.ayg-editor-field-type-video .ayg-editor-section-gallery {
259 +.ayg-editor-field-type-video .ayg-editor-control-autoadvance {
242 260 display: none;
243 261 }
244 262
263 +.ayg-editor-field-type-livestream .ayg-editor-control-cache,
264 +.ayg-editor-field-type-livestream .ayg-editor-control-player_title,
265 +.ayg-editor-field-type-livestream .ayg-editor-control-player_description,
266 +.ayg-editor-field-type-livestream .ayg-editor-control-autoadvance,
267 +.ayg-editor-field-type-livestream .ayg-editor-control-loop {
268 + display: none;
269 +}
270 +
271 +.ayg-editor-field-type-video .ayg-editor-section-gallery,
272 +.ayg-editor-field-type-livestream .ayg-editor-section-gallery {
273 + display: none;
274 +}
275 +
245 276 .ayg-editor-field-type-videos .ayg-editor-control-videos {
246 277 display: block;
247 278 }
248 279
@@ -250,12 +281,51 @@
250 281 *
251 282 * Block
252 283 *
253 284 *--------------------------------------------------------------------------------------------*/
254 -.ayg-block-panel label {
255 - font-weight: 500;
285 +.automatic-youtube-gallery-block-panel .components-panel__row .components-base-control {
286 + width: 100%;
256 287 }
257 288
289 +.automatic-youtube-gallery-block-panel .components-panel__row .components-base-control label {
290 + font-size: 13px;
291 + font-weight: normal;
292 + text-transform: capitalize;
293 +}
294 +
295 +.automatic-youtube-gallery-block-panel .components-panel__row .block-editor-panel-color-gradient-settings {
296 + width: 100%;
297 + padding-left: 0;
298 + padding-right: 0;
299 +}
300 +
301 +.is-loading .wp-block-automatic-youtube-gallery-block {
302 + opacity: 0.5;
303 +}
304 +
305 +.is-loading .wp-block-automatic-youtube-gallery-block .ayg-error,
306 +.is-loading .wp-block-automatic-youtube-gallery-block .ayg-fallback-message {
307 + visibility: hidden;
308 +}
309 +
310 +.is-loading .automatic-youtube-gallery-block-spinner {
311 + position: absolute;
312 + margin: 0;
313 + padding: 10px;
314 + top: 0;
315 + left: 0;
316 + background: #fff;
317 +}
318 +
319 +.is-loading .automatic-youtube-gallery-block-spinner svg {
320 + margin: 0 10px 0 0;
321 +}
322 +
323 +.is-loading .automatic-youtube-gallery-block-spinner span {
324 + line-height: 16px;
325 + vertical-align: top;
326 +}
327 +
258 328 /*----------------------------------------------------------------------------------------------
259 329 *
260 330 * Widget
261 331 *
@@ -260,29 +330,25 @@
260 330 * Widget
261 331 *
262 332 *--------------------------------------------------------------------------------------------*/
263 333 .widget .ayg-editor {
264 - margin-bottom: 15px;
334 + margin: 10px 0;
265 335 }
266 336
267 -.widget .ayg-editor .description {
268 - padding: 5px 0 !important;
269 - word-break: break-word;
337 +.widget .ayg-editor .ayg-editor-control {
338 + margin-bottom: 12px;
270 339 }
271 340
272 -.branch-5-8 .widget .ayg-editor strong {
341 +.widget .ayg-editor .ayg-editor-control label {
342 + display: block;
343 + margin-bottom: 0;
273 344 font-weight: 600;
274 345 }
275 346
276 -.branch-5-8 .widget .ayg-editor .ayg-editor-section-header {
277 - margin: 10px 0 0 0;
278 - font-size: 14px;
279 - font-weight: normal;
347 +.widget .ayg-editor .ayg-editor-control .wp-picker-input-wrap label {
348 + display: inline-block;
280 349 }
281 350
282 -.branch-5-8 .widget .ayg-editor .ayg-editor-control {
283 - margin-bottom: 7px;
284 -}
285 -
286 -.branch-5-8 .widget .ayg-editor .description {
351 +.widget .ayg-editor .ayg-editor-control .description {
287 352 margin: 0;
353 + word-break: break-word;
288 354 }