File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 359
359
right : 0 ;
360
360
background-color : # 00ffff ;
361
361
}
362
+ @media screen and (max-width : 319px ) {
363
+ .preview .active {
364
+ transform : translateX (0 );
365
+ }
366
+ # issues-container .preview-active {
367
+ transform : translateX (0 );
368
+ }
369
+ }
362
370
@media screen and (max-width : 896px ) {
363
371
.full {
364
372
display : none !important ;
383
391
# toolbar > button {
384
392
padding : 12px 16px ;
385
393
}
394
+
395
+
386
396
}
387
397
@media screen and (max-width : 1280px ) {
388
398
body {
464
474
word-break : break-all;
465
475
}
466
476
.preview-body-inner {
467
- width : calc (100% - 48px );
477
+ /* width: calc(100% - 48px); */
468
478
max-width : 640px ;
469
479
overflow : scroll;
470
480
}
Original file line number Diff line number Diff line change 359
359
right : 0 ;
360
360
background-color : # 0ff ;
361
361
}
362
+
362
363
@media screen and (max-width : 896px ) {
363
364
.full {
364
365
display : none !important ;
391
392
.preview .active {
392
393
position : fixed;
393
394
right : 0 ;
394
- transform : translateX (0 );
395
+ transform : translateX (0 ) !important ;
395
396
}
396
397
# issues-container .preview-active {
397
- transform : translateX (0 );
398
+ transform : translateX (0 ) !important ;
398
399
}
399
400
}
400
401
# toolbar > button {
464
465
word-break : break-all;
465
466
}
466
467
.preview-body-inner {
467
- width : calc (100% - 48px );
468
+ /* width: calc(100% - 48px); */
468
469
max-width : 640px ;
469
470
overflow : scroll;
470
471
}
493
494
transform : translateX (0% );
494
495
flex-wrap : wrap;
495
496
overflow : scroll;
496
- max-height : calc (100vh - 130 px );
497
+ max-height : calc (100vh - 71 px );
497
498
pointer-events : none;
498
499
}
499
500
.close-preview svg {
You can’t perform that action at this time.
0 commit comments