bluesky client without react native baggage written in sveltekit
at main 32 lines 623 B view raw
1.storybook-header { 2 display: flex; 3 justify-content: space-between; 4 align-items: center; 5 border-bottom: 1px solid rgba(0, 0, 0, 0.1); 6 padding: 15px 20px; 7 font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 8} 9 10.storybook-header svg { 11 display: inline-block; 12 vertical-align: top; 13} 14 15.storybook-header h1 { 16 display: inline-block; 17 vertical-align: top; 18 margin: 6px 0 6px 10px; 19 font-weight: 700; 20 font-size: 20px; 21 line-height: 1; 22} 23 24.storybook-header button + button { 25 margin-left: 10px; 26} 27 28.storybook-header .welcome { 29 margin-right: 10px; 30 color: #333; 31 font-size: 14px; 32}