Skip to content

Commit e9b42da

Browse files
committed
hide stuff in iframe
1 parent 3e1f5eb commit e9b42da

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

assets_styles_styles.css

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,10 +1534,6 @@ html.dragmode .currentpage .applist li.dragging {
15341534
display: block;
15351535
}
15361536

1537-
html.inframe .requestlist li .req_actions .icon-folder-open {
1538-
display: none;
1539-
}
1540-
15411537
.requestlist li[data-status="insufficient"] .metalist .meta_status .status {
15421538
/* unmonitored transactions */
15431539
color: #eeac57;
@@ -2083,16 +2079,6 @@ input:invalid {
20832079
z-index: 2;
20842080
}
20852081

2086-
html.inframe #closeoptions,
2087-
.blurmain_options #closeoptions {
2088-
display: block;
2089-
}
2090-
2091-
html.inframe.hide_app #closeoptions {
2092-
display: none;
2093-
}
2094-
2095-
20962082
/* share popup */
20972083

20982084
#sharecontainer {
@@ -2580,6 +2566,26 @@ html.inframe body {
25802566
background-color: rgba(30, 30, 33, 0.79);
25812567
}
25822568

2569+
html.inframe #mainwrap header,
2570+
html.inframe #mainwrap #viewarchive,
2571+
html.inframe #newrequest_alias,
2572+
html.inframe #fixednav {
2573+
display: none !important;
2574+
}
2575+
2576+
html.inframe .requestlist li .req_actions .icon-folder-open {
2577+
display: none;
2578+
}
2579+
2580+
html.inframe #closeoptions,
2581+
.blurmain_options #closeoptions {
2582+
display: block;
2583+
}
2584+
2585+
html.inframe.hide_app #closeoptions {
2586+
display: none;
2587+
}
2588+
25832589
#proxy_info {
25842590
padding: 0.5em 0 1.5em 1.5em;
25852591
color: #8c8c8c;

0 commit comments

Comments
 (0)