You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The styles for a DAB app are generated (with DAB built on 9/16 or later) in data/styles/dab-app.css.
With the Scripture app, there were styles that were based on body and these didn't work since we don't have control over the body element. In convert/convertStyle.ts, we changed the styles that started with body to instead begin with #container. So the root element of the lexicon view will need <div id="container"> so that the styles that were based off of body will work.
There may be other changes that are needed to the styles. Hopefully, we can use the same convert/convertStyles.ts for both SAB and DAB. Make sure not to break it for SAB.
The text was updated successfully, but these errors were encountered:
The styles for a DAB app are generated (with DAB built on 9/16 or later) in
data/styles/dab-app.css
.With the Scripture app, there were styles that were based on body and these didn't work since we don't have control over the body element. In
convert/convertStyle.ts
, we changed the styles that started withbody
to instead begin with#container
. So the root element of the lexicon view will need<div id="container">
so that the styles that were based off of body will work.There may be other changes that are needed to the styles. Hopefully, we can use the same
convert/convertStyles.ts
for both SAB and DAB. Make sure not to break it for SAB.The text was updated successfully, but these errors were encountered: