Skip to content

Commit b456bc6

Browse files
authored
fix: Fix mobile screen issues (#1170)
Closes #1128 Closes #1129
1 parent f8db1e6 commit b456bc6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,6 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
15601560
min-width: 1.5rem;
15611561
display: inline-block;
15621562
opacity: .3;
1563-
position: sticky;
15641563
left: var(--ifm-pre-padding);
15651564
}
15661565

@@ -1579,3 +1578,10 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
15791578
.apiPage .tsd-panel-header .tsd-anchor-id {
15801579
top: -13rem;
15811580
}
1581+
1582+
iframe[src*="youtube"] {
1583+
width: 100%;
1584+
aspect-ratio: 16/9;
1585+
height: auto;
1586+
margin-bottom: 1.6rem;
1587+
}

0 commit comments

Comments
 (0)