0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 00:22:43 +00:00

Merge pull request #1699 from naturalcrit/v3ClassTableTweaks

Allow wide classTables to bleed into top margin
This commit is contained in:
Trevor Buckner
2022-06-20 11:36:38 -04:00
committed by GitHub

View File

@@ -603,8 +603,8 @@ body {
white-space : nowrap; white-space : nowrap;
} }
&.frame { &.frame {
margin-top : 0.66cm; margin-top : 0.7cm;
margin-bottom : 1.05cm; margin-bottom : 0.9cm;
margin-left : -0.1cm; margin-left : -0.1cm;
margin-right : -0.1cm; margin-right : -0.1cm;
width : calc(100% + 0.2cm); width : calc(100% + 0.2cm);
@@ -612,11 +612,14 @@ body {
background-color : white; background-color : white;
border : initial; border : initial;
border-style : solid; border-style : solid;
border-image-outset : 0.55cm 0.3cm; border-image-outset : 0.4cm 0.3cm;
border-image-repeat : stretch; border-image-repeat : stretch;
border-image-slice : 200; border-image-slice : 200;
border-image-source : @frameBorderImage; border-image-source : @frameBorderImage;
border-image-width : 47px; border-image-width : 47px;
&.wide:first-child {
margin-top: 0.12cm;
}
} }
&.decoration { &.decoration {
position:relative; position:relative;