first commit
This commit is contained in:
15
wp-includes/blocks/audio/editor-rtl.css
Normal file
15
wp-includes/blocks/audio/editor-rtl.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.wp-block-audio {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
position: relative;
|
||||
}
|
||||
.wp-block-audio.is-transient audio {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.wp-block-audio .components-spinner {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 50%;
|
||||
margin-top: -9px;
|
||||
margin-right: -9px;
|
||||
}
|
||||
Reference in New Issue
Block a user