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 +97 -28 1.6.22.3.8 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,54 @@
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 + text-transform: capitalize;
291 + font-size: 13px;
292 + font-weight: normal;
293 +}
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 +
258 331 /*----------------------------------------------------------------------------------------------
259 332 *
260 333 * Widget
261 334 *
@@ -260,29 +333,25 @@
260 333 * Widget
261 334 *
262 335 *--------------------------------------------------------------------------------------------*/
263 336 .widget .ayg-editor {
264 - margin-bottom: 15px;
337 + margin: 10px 0;
265 338 }
266 339
267 -.widget .ayg-editor .description {
268 - padding: 5px 0 !important;
269 - word-break: break-word;
340 +.widget .ayg-editor .ayg-editor-control {
341 + margin-bottom: 12px;
270 342 }
271 343
272 -.branch-5-8 .widget .ayg-editor strong {
344 +.widget .ayg-editor .ayg-editor-control label {
345 + display: block;
346 + margin-bottom: 0;
273 347 font-weight: 600;
274 348 }
275 349
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;
350 +.widget .ayg-editor .ayg-editor-control .wp-picker-input-wrap label {
351 + display: inline-block;
280 352 }
281 353
282 -.branch-5-8 .widget .ayg-editor .ayg-editor-control {
283 - margin-bottom: 7px;
284 -}
285 -
286 -.branch-5-8 .widget .ayg-editor .description {
354 +.widget .ayg-editor .ayg-editor-control .description {
287 355 margin: 0;
356 + word-break: break-word;
288 357 }