File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ body[dir="rtl"] .closeButton {
488
488
border : 1px solid gray;
489
489
bottom : 0 ;
490
490
display : none;
491
- max-height : 70 vh ;
491
+ max-height : min ( 800 px , calc ( 100 vh - 2 rem )) ;
492
492
min-width : 360px ;
493
493
overflow : hidden;
494
494
position : fixed;
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ body:not([data-more*="e"]) [data-more="e"] {
736
736
min-width : unset;
737
737
overflow-y : hidden;
738
738
}
739
- : root .portrait # firewall-vspacer {
739
+ : root .portrait body [ data-more *= "e" ] # firewall-vspacer {
740
740
display : block;
741
741
}
742
742
Original file line number Diff line number Diff line change @@ -1479,6 +1479,7 @@ const getPopupData = async function(tabId, first = false) {
1479
1479
selfURL . searchParams . get ( 'portrait' )
1480
1480
) {
1481
1481
dom . cl . add ( dom . root , 'portrait' ) ;
1482
+ dom . cl . remove ( dom . root , 'desktop' ) ;
1482
1483
} else if ( dom . cl . has ( dom . root , 'desktop' ) ) {
1483
1484
await nextFrames ( 8 ) ;
1484
1485
const main = qs$ ( '#main' ) ;
You can’t perform that action at this time.
0 commit comments