text/slider fixes

This commit is contained in:
root 2023-08-09 09:46:19 +00:00
parent 25c4714072
commit b729ea7b51
2 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,7 @@ a:focus, a:hover {
}
.index-text p {
text-align: justify;
//text-align: justify;
}
.title-bar-right {

View File

@ -1433,6 +1433,9 @@
}
}
if (slider.settings.ariaHidden) { applyAriaHiddenAttributes(slider.active.index * getMoveBy()); }
if (!slider.working) {
el.redrawSlider()
}
};
/**