Edit File by line
/home/zeestwma/richards.../wp-inclu.../blocks/file
File: editor.css
.wp-block-file{
[0] Fix | Delete
align-items:center;
[1] Fix | Delete
display:flex;
[2] Fix | Delete
flex-wrap:wrap;
[3] Fix | Delete
justify-content:space-between;
[4] Fix | Delete
margin-bottom:0;
[5] Fix | Delete
}
[6] Fix | Delete
.wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{
[7] Fix | Delete
height:auto;
[8] Fix | Delete
}
[9] Fix | Delete
.wp-block[data-align=center]>.wp-block-file{
[10] Fix | Delete
text-align:center;
[11] Fix | Delete
}
[12] Fix | Delete
.wp-block-file .components-resizable-box__container{
[13] Fix | Delete
margin-bottom:1em;
[14] Fix | Delete
}
[15] Fix | Delete
.wp-block-file .wp-block-file__preview{
[16] Fix | Delete
height:100%;
[17] Fix | Delete
margin-bottom:1em;
[18] Fix | Delete
width:100%;
[19] Fix | Delete
}
[20] Fix | Delete
.wp-block-file .wp-block-file__preview-overlay{
[21] Fix | Delete
bottom:0;
[22] Fix | Delete
left:0;
[23] Fix | Delete
position:absolute;
[24] Fix | Delete
right:0;
[25] Fix | Delete
top:0;
[26] Fix | Delete
}
[27] Fix | Delete
.wp-block-file .wp-block-file__content-wrapper{
[28] Fix | Delete
flex-grow:1;
[29] Fix | Delete
}
[30] Fix | Delete
.wp-block-file a{
[31] Fix | Delete
min-width:1em;
[32] Fix | Delete
}
[33] Fix | Delete
.wp-block-file a:not(.wp-block-file__button){
[34] Fix | Delete
display:inline-block;
[35] Fix | Delete
}
[36] Fix | Delete
.wp-block-file .wp-block-file__button-richtext-wrapper{
[37] Fix | Delete
display:inline-block;
[38] Fix | Delete
margin-left:.75em;
[39] Fix | Delete
}
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function