Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit f6a6220

Browse files
author
Kuba Audykowicz
authored
Merge pull request #388 from DolbyIO/layout-improvements
Layout improvements
2 parents 3f9d82f + 298ba67 commit f6a6220

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

docs/docusaurus.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ const config = {
5353
({
5454
// Replace with your project's social card
5555
navbar: {
56-
title: 'Home',
56+
title: 'Virtual Worlds plugin for Unreal Engine',
57+
style: 'dark',
5758
logo: {
58-
alt: 'Comms Unreal Plugin Logo',
59-
src: 'img/logo.svg',
59+
alt: 'Dolby logo',
60+
src: 'img/logo-white.svg',
61+
className: 'logo',
6062
},
6163
},
6264
footer: {

docs/src/css/custom.css

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #47098e;
10-
--ifm-color-primary-dark: #575687;
11-
--ifm-color-primary-darker: #2e2771;
12-
--ifm-color-primary-darkest: #2b205d;
13-
--ifm-color-primary-light: #33925d;
14-
--ifm-color-primary-lighter: #359962;
15-
--ifm-color-primary-lightest: #3cad6e;
9+
--ifm-color-primary: #AA33FF;
10+
--ifm-color-primary-light: #EACCFF;
1611
--ifm-code-font-size: 95%;
1712
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
1813
}
@@ -29,6 +24,11 @@
2924
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3025
}
3126

27+
.logo {
28+
height: 22px !important;
29+
transform: translateY(28%);
30+
}
31+
3232
img[alt=gettoken],
3333
img[alt=settoken],
3434
img[alt=ontoken],
@@ -39,4 +39,9 @@ img[alt=details] {
3939
img[alt=components],
4040
img[alt=subsystem] {
4141
width: 350px;
42+
}
43+
44+
table {
45+
width: 100%;
46+
display: table;
4247
}

docs/static/img/logo-white.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)