Skip to content

Commit b21a5ee

Browse files
committed
.
1 parent b29a338 commit b21a5ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/_static/iframe_custom.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
3+
The embedded iframes should not try to show ads and flyouts. They also need some different padding to look ok.
4+
5+
*/
6+
17
.navbar-expand-lg .navbar-nav .nav-link {
28
padding-right: 0.5rem;
39
padding-left: 0.5rem;
@@ -22,3 +28,8 @@ button {
2228
readthedocs-flyout {
2329
display: none;
2430
}
31+
32+
33+
#readthedocs-ea {
34+
display: none;
35+
}

0 commit comments

Comments
 (0)