Skip to content

Commit 22a2f16

Browse files
authored
Hide platform indicator on mobile for API docs (#330)
1 parent 3a3c159 commit 22a2f16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/header-bump.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ html[data-theme=dark] {
5151
font-family: var(--body-font-family);
5252
}
5353

54+
.platform-indicator-mobile {
55+
display: none;
56+
}
57+
5458
.navbar {
5559
background: var(--navbar-background);
5660
max-height: var(--navbar-height);

0 commit comments

Comments
 (0)