0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 21:02:43 +00:00

"refactored ToolBar component to use a single state object, and updated styles in toolBar.less"

This commit is contained in:
Víctor Losada Hernández
2024-08-15 20:05:23 +02:00
parent 9dde4aa94e
commit f0765b5aaa
3 changed files with 62 additions and 46 deletions

View File

@@ -284,11 +284,6 @@ const BrewRenderer = (props)=>{
<RenderWarnings />
<NotificationPopup />
</div>
<link href={`/themes/${rendererPath}/Blank/style.css`} type='text/css' rel='stylesheet'/>
{baseThemePath &&
<link href={`/themes/${rendererPath}/${baseThemePath}/style.css`} type='text/css' rel='stylesheet'/>
}
<link href={`/themes/${rendererPath}/${themePath}/style.css`} type='text/css' rel='stylesheet'/>
{makeZoom()}
{/* Apply CSS from Style tab and render pages from Markdown tab */}