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

Commit

Permalink
Merge pull request #388 from DolbyIO/layout-improvements
Browse files Browse the repository at this point in the history
Layout improvements
  • Loading branch information
Kuba Audykowicz authored Sep 7, 2023
2 parents 3f9d82f + 298ba67 commit f6a6220
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 5 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ const config = {
({
// Replace with your project's social card
navbar: {
title: 'Home',
title: 'Virtual Worlds plugin for Unreal Engine',
style: 'dark',
logo: {
alt: 'Comms Unreal Plugin Logo',
src: 'img/logo.svg',
alt: 'Dolby logo',
src: 'img/logo-white.svg',
className: 'logo',
},
},
footer: {
Expand Down
19 changes: 12 additions & 7 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #47098e;
--ifm-color-primary-dark: #575687;
--ifm-color-primary-darker: #2e2771;
--ifm-color-primary-darkest: #2b205d;
--ifm-color-primary-light: #33925d;
--ifm-color-primary-lighter: #359962;
--ifm-color-primary-lightest: #3cad6e;
--ifm-color-primary: #AA33FF;
--ifm-color-primary-light: #EACCFF;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}
Expand All @@ -29,6 +24,11 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

.logo {
height: 22px !important;
transform: translateY(28%);
}

img[alt=gettoken],
img[alt=settoken],
img[alt=ontoken],
Expand All @@ -39,4 +39,9 @@ img[alt=details] {
img[alt=components],
img[alt=subsystem] {
width: 350px;
}

table {
width: 100%;
display: table;
}
1 change: 1 addition & 0 deletions docs/static/img/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f6a6220

Please sign in to comment.