Updates to the download button on media component modal.
This commit is contained in:
parent
35428824d6
commit
955028ce56
|
@ -140,7 +140,7 @@ if ( !function_exists('tainacan_blocksy_the_content_for_items') ) {
|
||||||
if ( in_array($post_type, $collections_post_types) && is_singular() && in_the_loop() && is_main_query() ) {
|
if ( in_array($post_type, $collections_post_types) && is_singular() && in_the_loop() && is_main_query() ) {
|
||||||
return tainacan_blocksy_get_template_part( 'tainacan/item-single-page' );
|
return tainacan_blocksy_get_template_part( 'tainacan/item-single-page' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
|
@ -289,6 +289,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|
|
@ -659,6 +659,7 @@ body:not(.tainacan-admin-page) .tainacan-modal-content .modal-card-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tainacan-item-single .tainacan-item-file-download::after {
|
.tainacan-item-single .tainacan-item-file-download::after {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue