0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Add zoom property to BrewRenderer print styling

This commit is contained in:
G.Ambatte
2024-09-28 09:03:00 +12:00
parent cd0bf9c947
commit 17dfacd5c9

View File

@@ -39,6 +39,7 @@
overflow-y : unset;
.pages {
margin : 0px;
zoom: 100% !important;
& > .page { box-shadow : unset; }
}
}