Updates to the download button on media component modal.

This commit is contained in:
mateuswetah 2021-06-24 22:08:34 -03:00
parent 35428824d6
commit 955028ce56
6 changed files with 7 additions and 5 deletions

View File

@ -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() ) {
return tainacan_blocksy_get_template_part( 'tainacan/item-single-page' );
}
}
}
return $content;
}

View File

@ -289,6 +289,7 @@
position: relative;
z-index: 99;
background: transparent !important;
padding: 0px !important;
}
&::after {

View File

@ -659,6 +659,7 @@ body:not(.tainacan-admin-page) .tainacan-modal-content .modal-card-body {
position: relative;
z-index: 99;
background: transparent !important;
padding: 0px !important;
}
.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