Adjustments due to css changes on Tainacan 0.18

This commit is contained in:
mateuswetah 2021-05-13 10:08:00 -03:00
parent 82b99344c6
commit 788b1b007b
6 changed files with 21 additions and 9 deletions

View File

@ -53,7 +53,7 @@
width: 100%;
.modal-content {
padding: 16px 10px;
padding: 16px 10px !important;
@media screen and (max-width: 768px){
padding: 16px 10px 16px 12vw;
@ -85,7 +85,7 @@
#items-list-results {
.table-container {
min-width: 100%;
padding-top: 14px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 14px;
padding-right: 10px;

View File

@ -313,6 +313,12 @@
}
.tainacan-item-section__document {
position: relative;
&>.twitter-tweet,
&>iframe.wp-embedded-content {
margin-left: auto;
margin-right: auto;
}
}
.tainacan-media-component__swiper-main,
.tainacan-item-section__document {

View File

@ -68,7 +68,7 @@
}
.theme-items-list #filters-modal .modal-content {
padding: 16px 10px;
padding: 16px 10px !important;
}
@media screen and (max-width: 768px) {
@ -105,7 +105,7 @@
.theme-items-list #items-list-area #items-list-results .table-container {
min-width: 100%;
padding-top: 14px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 14px;
padding-right: 10px;
@ -680,6 +680,12 @@ body:not(.tainacan-admin-page) .tainacan-modal-content .modal-card-body {
position: relative;
}
.tainacan-item-single .tainacan-item-section__document > .twitter-tweet,
.tainacan-item-single .tainacan-item-section__document > iframe.wp-embedded-content {
margin-left: auto;
margin-right: auto;
}
.tainacan-item-single .tainacan-media-component__swiper-main:hover .tainacan-item-file-download,
.tainacan-item-single .tainacan-item-section__document:hover .tainacan-item-file-download {
opacity: 1;

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