Skip to content

Commit 9231f2f

Browse files
fix: icons alignment
1 parent b0ed40f commit 9231f2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css/settings.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,6 +2591,9 @@ li.draggable-item .components-panel__body-toggle.components-button{
25912591
border-bottom: 0;
25922592
padding: 24px 0 0;
25932593
}
2594+
span.dashicons {
2595+
line-height: 1.3;
2596+
}
25942597
@-webkit-keyframes spin {
25952598
100% { -webkit-transform: rotate(360deg); }
25962599
}

includes/views/import-metabox-edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class="dashicons dashicons-arrow-down-alt2"></span>
114114
<input type="hidden" name="feedzy_meta_data[filter_conditions]" id="feed-post-filters-conditions" value="<?php echo esc_attr( $filter_conditions ); ?>">
115115
<div class="fz-conditions" id="fz-conditions"></div>
116116
<?php if ( ! feedzy_is_pro() ) : ?>
117-
<div class="fdz-upgrade-link"><span class="dashicons dashicons-lock"></span> <a href="<?php echo esc_url( feedzy_upgrade_link( 'filters', 'import' ) ); ?>"><?php __( 'Upgrade to Unlock Advanced Filtering', 'feedzy-rss-feeds' ); ?> </a></div>
117+
<div class="fdz-upgrade-link"><span class="dashicons dashicons-lock"></span> <a href="<?php echo esc_url( feedzy_upgrade_link( 'filters', 'import' ) ); ?>" target="_blank"><?php _e( 'Upgrade to Unlock Advanced Filtering', 'feedzy-rss-feeds' ); ?> </a></div>
118118
<?php endif; ?>
119119
</div>
120120
</div>

0 commit comments

Comments
 (0)