File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
packages/site-components/src Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ export default define({
142142 Object . assign ( describe . style , { opacity : 1 , visibility : 'visible' } ) ;
143143 Object . assign ( background . style , { position : 'absolute' , top : 'unset' , left : '0' } ) ;
144144 tabs && Object . assign ( tabs . style , { position : 'absolute' , top : '228px' } ) ;
145- Object . assign ( issue . style , { position : 'absolute' , top : 'calc(100% - 48px - 12px )' } ) ;
145+ Object . assign ( issue . style , { position : 'absolute' , top : 'calc(100% - 48px)' } ) ;
146146 Object . assign ( thumb . style , { opacity : 1 , visibility : 'visible' } ) ;
147147 }
148148 }
Original file line number Diff line number Diff line change 1919
2020 &__inner {
2121 padding : var (--inner-padding-y , 48px ) var (--content-padding-left-right );
22- box-sizing : border-box ;
2322 position : relative ;
2423 display : flex ;
2524 flex-direction : column ;
Original file line number Diff line number Diff line change 11:host {
2-
32 position : absolute ;
43 right : 24px ;
5- top : calc (100% - 48px - 12 px );
4+ top : calc (100% - 48px );
65 z-index : 500 ;
76
87 @media screen and (max-width : 750px ) {
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ div[name="DESIGN"] {
227227 font-size : 20px ;
228228 line-height : 28px ;
229229 margin : 48px 0 8px ;
230- display : flex ;
230+ // display: flex;
231231 align-items : center ;
232232 white-space : pre-wrap ;
233233
You can’t perform that action at this time.
0 commit comments