File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : 40 px !important ; /* Adjust this value to your desired height */
5+ max-height : 65 px !important ; /* Adjust this value to your desired height */
66 width : auto !important ;
77 height : auto !important ;
88 object-fit : contain !important ;
Original file line number Diff line number Diff line change 11import { create } from 'storybook/theming' ;
22
3+ import logo from '../static/html5-logo.svg' ;
4+
35export 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} ) ;
You can’t perform that action at this time.
0 commit comments