EnCiv / undebate-ssp

Undebate Self Service Portal- Web portal where election administrators of democratically run organizations create undebates for their candidates and voters
Other
6 stars 9 forks source link

Font scaling for undebate but not undebate-ssp #172

Closed ddfridley closed 2 years ago

ddfridley commented 2 years ago

app/start.js

// toDo the undebate web components need the font scaled to the viewport, // but other web components don't. We need to make it work both ways // if (serverReactRender.head) serverReactRender.head.shift() // the first one in the head didles the font size and we don't want that

ddfridley commented 2 years ago

This is done in #179