mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Fix wave logo size and anchor alignments in Storybook (#883)
This commit is contained in:
parent
6442eaeb3f
commit
ba7b0b7019
@ -1,2 +1,8 @@
|
|||||||
<link rel="shortcut icon" href="/assets/waveterm-logo-with-bg.ico" />
|
<link rel="shortcut icon" href="/assets/waveterm-logo-with-bg.ico" />
|
||||||
<link rel="icon" type="image/png" href="/assets/waveterm-logo-with-bg.png" sizes="250x250" />
|
<link rel="icon" type="image/png" href="/assets/waveterm-logo-with-bg.png" sizes="250x250" />
|
||||||
|
<style>
|
||||||
|
.sidebar-header img {
|
||||||
|
max-width: 150px !important;
|
||||||
|
max-height: 100px !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -3,3 +3,13 @@
|
|||||||
<link rel="stylesheet" href="/fontawesome/css/solid.min.css" />
|
<link rel="stylesheet" href="/fontawesome/css/solid.min.css" />
|
||||||
<link rel="stylesheet" href="/fontawesome/css/sharp-solid.min.css" />
|
<link rel="stylesheet" href="/fontawesome/css/sharp-solid.min.css" />
|
||||||
<link rel="stylesheet" href="/fontawesome/css/sharp-regular.min.css" />
|
<link rel="stylesheet" href="/fontawesome/css/sharp-regular.min.css" />
|
||||||
|
<style>
|
||||||
|
#storybook-docs {
|
||||||
|
[id^="anchor--"],
|
||||||
|
#stories {
|
||||||
|
a {
|
||||||
|
margin-left: -24px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user