Skip to content

Commit a717911

Browse files
committed
feat: docs logo
1 parent 365185a commit a717911

File tree

4 files changed

+346
-1
lines changed

4 files changed

+346
-1
lines changed

packages/audiodocs/src/css/overrides.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@
77
z-index: 100;
88
}
99

10+
:root {
11+
/* --swm-logo-title-width: 177px; */
12+
--swm-logo-height: 45px;
13+
}
14+
15+
/* .navbar img[alt='react-native-audio-api'] {
16+
height: 40px;
17+
}
18+
19+
.theme-doc-sidebar-container img[alt='react-native-audio-api'] {
20+
height: 40px;
21+
}
22+
23+
.theme-doc-sidebar-container img {
24+
height: 40px;
25+
} */
26+
27+
.navbar__title {
28+
display: flex;
29+
align-items: center;
30+
}
31+
32+
.navbar__title img {
33+
height: 45px !important;
34+
}
35+
1036
.footer {
1137
z-index: 100;
1238
}
5.89 KB
Binary file not shown.
Lines changed: 160 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)