Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02:00

15 lines
261 B
CSS

.wp-block-audio {
margin-left: 0;
margin-right: 0;
position: relative;
}
.wp-block-audio.is-transient audio {
opacity: 0.3;
}
.wp-block-audio .components-spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
}