0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 19:02:38 +00:00

Merge branch 'master' into View-Modes

This commit is contained in:
Gazook89
2024-10-10 23:34:26 -05:00
41 changed files with 1537 additions and 1113 deletions

View File

@@ -3,10 +3,14 @@
.brewRenderer {
overflow-y : scroll;
will-change : transform;
padding : 60px 0px;
padding-top : 30px;
height : 100vh;
&:has(.facing, .flow) {
padding : 60px 30px;
}
&.deployment {
background-color: darkred;
}
:where(.pages) {
&.facing {
display: grid;
@@ -71,6 +75,7 @@
overflow-y : unset;
.pages {
margin : 0px;
zoom: 100% !important;
& > .page { box-shadow : unset; }
}
}