@@ -119,13 +119,13 @@ html .active\:bg\(\#000\):active,html .active\:bg\(\#000\).\:active{background-c
119119.pre {white-space : pre-wrap;}
120120.nowrap\.\.\. {white-space : nowrap;text-overflow : ellipsis;overflow : hidden;flex-shrink : 1 ;max-width : 100% ;}
121121.line-clamp\(3\) {display : -webkit-box;-webkit-line-clamp : 3 ;-webkit-box-orient : vertical;overflow : hidden;}
122- .hbox {display : flex;flex-flow : row;align-items : center;}: where (.hbox > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-align : initial;--h-grow : initial;--h-align : stretch;}
123- .hbox\(top\+center\) {display : flex;flex-flow : row;align-items : flex-start;justify-content : center;}: where (.hbox\(top\+center\) > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-align : initial;--h-grow : initial;--h-align : stretch;}
124- .hbox\(bottom\+right\) {display : flex;flex-flow : row;align-items : flex-end;justify-content : flex-end;}: where (.hbox\(bottom\+right\) > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-align : initial;--h-grow : initial;--h-align : stretch;}
125- .hbox\(fill\) {display : flex;flex-flow : row;align-items : stretch;}: where (.hbox\(fill\) > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-align : initial;--h-grow : initial;--h-align : stretch;}
126- .vbox {display : flex;flex-flow : column;align-items : stretch;}: where (.vbox > * ){flex-shrink : 0 ;--w -grow : initial ;--w-align : stretch ;--h-grow : 1 ;--h- align : initial ;}
127- .vbox\(center\) {display : flex;flex-flow : column;align-items : center;}: where (.vbox\(center\) > * ){flex-shrink : 0 ;--w -grow : initial ;--w-align : stretch ;--h-grow : 1 ;--h- align : initial ;}
128- .pack {display : flex;align-items : center;justify-content : center;}: where (.pack > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-align : initial;--h-grow : initial;--h-align : stretch;}
122+ .hbox {display : flex;flex-flow : row;align-items : center;}: where (.hbox > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-shrink : 1 ; --w- align: initial;--h-grow : initial; --h-shrink : 0 ;--h-align : stretch;}
123+ .hbox\(top\+center\) {display : flex;flex-flow : row;align-items : flex-start;justify-content : center;}: where (.hbox\(top\+center\) > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-shrink : 1 ; --w- align: initial;--h-grow : initial; --h-shrink : 0 ;--h-align : stretch;}
124+ .hbox\(bottom\+right\) {display : flex;flex-flow : row;align-items : flex-end;justify-content : flex-end;}: where (.hbox\(bottom\+right\) > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-shrink : 1 ; --w- align: initial;--h-grow : initial; --h-shrink : 0 ;--h-align : stretch;}
125+ .hbox\(fill\) {display : flex;flex-flow : row;align-items : stretch;}: where (.hbox\(fill\) > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-shrink : 1 ; --w- align: initial;--h-grow : initial; --h-shrink : 0 ;--h-align : stretch;}
126+ .vbox {display : flex;flex-flow : column;align-items : stretch;}: where (.vbox > * ){flex-shrink : 0 ;--h -grow : 1 ;--h-shrink : 1 ;--h-align : initial; --w- grow: initial ;--w-shrink : 0 ; --w- align: stretch ;}
127+ .vbox\(center\) {display : flex;flex-flow : column;align-items : center;}: where (.vbox\(center\) > * ){flex-shrink : 0 ;--h -grow : 1 ;--h-shrink : 1 ;--h-align : initial; --w- grow: initial ;--w-shrink : 0 ; --w- align: stretch ;}
128+ .pack {display : flex;align-items : center;justify-content : center;}: where (.pack > * ){flex-shrink : 0 ;--w-grow : 1 ;--w-shrink : 1 ; --w- align: initial;--h-grow : initial; --h-shrink : 0 ;--h-align : stretch;}
129129.gap\(20\) {gap : 20px ;grid-gap : 20px ;}
130130.gap\(40\) {gap : 40px ;grid-gap : 40px ;}
131131.gap\(60\) {gap : 60px ;grid-gap : 60px ;}
0 commit comments