Merge branch 'reset-css' into 'master'

Fix centering of text in the slides

See merge request openlp/openlp!474
This commit is contained in:
Tim Bentley 2022-08-11 06:42:58 +00:00
commit 7e684640d6
1 changed files with 6 additions and 2 deletions

View File

@ -57,7 +57,7 @@ body {
body.disable-transitions *,
body.disable-transitions.transition,
body.disable-transitions.transition .reveal .slides,
body.disable-transitions.transition .reveal .slides,
body.disable-transitions.transition .reveal .footer {
transition: none !important;
}
@ -109,6 +109,10 @@ body.transition .reveal .slide-background {
margin: 0;
}
section.text-slides.stack.present {
text-align-last: unset !important;
}
#global-background {
background-size: cover;
background-position: 50% 50%;
@ -422,4 +426,4 @@ body.transition .reveal .slide-background {
transition-duration: 800ms !important; }
.reveal[class*=fade].overview .slides section {
transition: none; }
transition: none; }