We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819c7cb commit 840eb01Copy full SHA for 840eb01
2 files changed
assets/css/admin.css
@@ -177,6 +177,10 @@ button.prpl-info-icon {
177
flex-wrap: wrap;
178
justify-content: space-between;
179
align-items: center;
180
+
181
+ .prpl-header-logo img {
182
+ height: 100px;
183
+ }
184
}
185
186
.prpl-header-logo svg {
classes/ui/class-branding.php
@@ -104,7 +104,7 @@ public function the_logo(): void {
104
if ( $response ) {
105
$media = \json_decode( $response, true );
106
if ( isset( $media['source_url'] ) ) {
107
- echo '<img src="' . \esc_url( $media['source_url'] ) . '" alt="Logo" style="height:100px;"/>';
+ echo '<img src="' . \esc_url( $media['source_url'] ) . '" alt="Logo"/>';
108
return;
109
110
0 commit comments