File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ description: Generate idiomatic SDKs in multiple programming languages
1717
1818 img {
1919 flex-shrink: 0;
20- width: 24px ;
21- height: 24px ;
20+ width: 16px ;
21+ height: 16px ;
2222 position: relative;
2323 }
2424
@@ -30,13 +30,15 @@ description: Generate idiomatic SDKs in multiple programming languages
3030 opacity: 0;
3131 overflow: hidden;
3232 transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
33+ display: none;
3334 }
3435
3536 &:hover {
3637 background-color: var(--grayscale-a3);
3738 width: auto;
3839
3940 div {
41+ display: block;
4042 max-width: 200px;
4143 opacity: 1;
4244 width: fit-content;
@@ -68,13 +70,15 @@ description: Generate idiomatic SDKs in multiple programming languages
6870 <img src = " ./images/arrow-right-black.svg" alt = " Arrow right light" className = " arrow-right dark:hidden m-0" noZoom />
6971 <img src = " ./images/arrow-right-white.svg" alt = " Arrow right light" className = " arrow-right hidden dark:block m-0" noZoom />
7072 </div >
71- <div class = " text-(color:--grayscale-a12) text-body text-base font-light" >
72- v<Markdown src = " /snippets/version-number-ts.mdx" />
73- </div >
74- <div class = " changelog-button text-(color:--grayscale-a12) text-body text-base font-light" >
75- <img src = " ./images/icons/changelog-icon.svg" alt = " Changelog" className = " m-0" noZoom />
73+ <div class = " flex items-center gap-2" >
7674 <div class = " text-(color:--grayscale-a12) text-body text-base font-light" >
77- Changelog
75+ v<Markdown src = " /snippets/version-number-ts.mdx" />
76+ </div >
77+ <div class = " changelog-button text-(color:--grayscale-a12) text-body text-base font-light" >
78+ <img src = " ./images/icons/changelog-icon.svg" alt = " Changelog" className = " m-0" noZoom />
79+ <div class = " text-(color:--grayscale-a12) text-body text-base font-light" >
80+ Changelog
81+ </div >
7882 </div >
7983 </div >
8084 </div >
You can’t perform that action at this time.
0 commit comments