Updates TainacanIcon fonts and adjusts the size of grid view mode icon.
This commit is contained in:
parent
489cbe305a
commit
92dd815dc0
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -59,7 +59,7 @@ if ( ! function_exists( 'tainacan_setup' ) ) {
|
|||
tainacan_register_view_mode('grid', array(
|
||||
'label' => __( 'Thumbnail', 'tainacan-interface' ),
|
||||
'description' => __( 'A thumbnail grid view, showing only title and thumbnail', 'tainacan-interface' ),
|
||||
'icon' => '<span class="icon"><i class="tainacan-icon tainacan-icon-viewminiature"></i></span>',
|
||||
'icon' => '<span class="icon"><i class="tainacan-icon tainacan-icon-viewminiature tainacan-icon-1-25em"></i></span>',
|
||||
'dynamic_metadata' => false,
|
||||
'template' => get_template_directory() . '/tainacan/view-mode-grid.php',
|
||||
'skeleton_template' => '<div class="tainacan-grid-container">
|
||||
|
|
Loading…
Reference in New Issue