Skip to content

Commit 779eef0

Browse files
committed
chore: added html logo
1 parent 2a3a9fa commit 779eef0

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

templates/storybook/.storybook/manager-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Resize the brand logo in the sidebar */
33
.sidebar-header img {
44
max-width: 150px !important; /* Adjust this value to your desired width */
5-
max-height: 40px !important; /* Adjust this value to your desired height */
5+
max-height: 65px !important; /* Adjust this value to your desired height */
66
width: auto !important;
77
height: auto !important;
88
object-fit: contain !important;
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import { create } from 'storybook/theming';
22

3+
import logo from '../static/html5-logo.svg';
4+
35
export default create({
46
base: "light",
5-
brandTitle: "PicoCSS",
6-
brandUrl: "https://picocss.com",
7-
brandImage: `https://picocss.com/build/_assets/pico-logo-light-OKNA7EES.svg`,
7+
brandTitle: "Extended HTMLDocument",
8+
brandUrl: "https://vardumper.github.io/extended-htmldocument/",
9+
brandImage: logo,
810
brandTarget: "_blank",
9-
10-
// You can control image size with these properties (in pixels)
11-
// Note: These don't directly control image size, but control the sidebar width
12-
// To control image size, use a preview-head.html file with custom CSS
1311
});
Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)