0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 02:42:39 +00:00

Allow rotation and positioning up and down

This commit is contained in:
Trevor Buckner
2022-09-25 21:43:40 -04:00
parent d079985e6c
commit b8d7d1a8e4
38 changed files with 38 additions and 37 deletions

View File

@@ -91,6 +91,7 @@ const PrintPage = createClass({
return <div>
<Meta name='robots' content='noindex, nofollow' />
<link href={`/themes/${rendererPath}/Blank/style.css`} rel='stylesheet'/>
{baseThemePath &&
<link href={`/themes/${rendererPath}/${baseThemePath}/style.css`} rel='stylesheet'/>
}