/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/block-library/src/audio/editor.scss
19 строк
337 B
George Mamadashvili
Audio: Add uploading state (#37739)
07 янв 2022, 17:11
Не верифицирован
07 янв 2022, 17:11
bd7f589
Код
Авторство
О чём код?
.wp-block-audio { // Remove the left and right margin the figure is born with. margin-left: 0; margin-right: 0; position: relative; &.is-transient audio { opacity: 0.3; } // Shown while audio is being uploaded .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; } }