dolly_css()
Contents
Description Description
Source Source
File: wp-content/plugins/hello.php
// This makes sure that the positioning is also good for right-to-left languages
$x = is_rtl() ? 'left' : 'right';
echo "
<style type='text/css'>
#dolly {
float: $x;
padding-$x: 15px;
padding-top: 5px;
margin: 0;
font-size: 11px;
}
.block-editor-page #dolly {
display: none;
}
</style>
Expand full source code Collapse full source code View on Trac