@@ -27,27 +27,25 @@ <h3 class="text-lg font-black text-black">Context editor</h3>
2727 </ div >
2828
2929 <!-- Install in one click card with tabs -->
30- < div class ="flex justify-center ">
31- < div class ="relative inline-block ">
32- <!-- Tabs for the card -->
33- < div class ="flex gap-0 ">
34- < button id ="share-tab-install " class ="share-tab-button active px-3 py-1 bg-pink-400 border-2 border-black border-b-0 text-black font-bold text-xs shadow-[2px_0px_0px_0px_rgba(0,0,0,1)] relative z-10 ">
35- macOS/Linux
36- </ button >
37- < button id ="share-tab-other " class ="share-tab-button px-3 py-1 bg-gray-100 border-2 border-gray-400 border-b-0 text-gray-500 font-medium text-xs shadow-[1px_0px_0px_0px_rgba(0,0,0,0.3)] relative z-5 " disabled >
38- Windows (soon)
30+ < div class ="relative w-full ">
31+ <!-- Tabs for the card -->
32+ < div class ="flex gap-0 ">
33+ < button id ="share-tab-install " class ="share-tab-button active px-3 py-1 bg-pink-400 border-2 border-black border-b-0 text-black font-bold text-xs shadow-[2px_0px_0px_0px_rgba(0,0,0,1)] relative z-10 ">
34+ macOS/Linux
35+ </ button >
36+ < button id ="share-tab-other " class ="share-tab-button px-3 py-1 bg-gray-100 border-2 border-gray-400 border-b-0 text-gray-500 font-medium text-xs shadow-[1px_0px_0px_0px_rgba(0,0,0,0.3)] relative z-5 " disabled >
37+ Windows (soon)
38+ </ button >
39+ </ div >
40+
41+ <!-- Card content -->
42+ < div id ="auto-share-panel " class ="bg-pink-400 border-2 border-black shadow-[3px_3px_0px_0px_rgba(0,0,0,1)] p-3 relative z-0 w-full " style ="margin-top: -2px; ">
43+ < div class ="flex gap-2 items-center justify-center ">
44+ < input id ="share-link-input " type ="text " readonly class ="px-3 py-1 bg-white border-2 border-black text-black font-mono text-xs shadow-[2px_2px_0px_0px_rgba(0,0,0,1)] focus:outline-none " style ="min-width: 450px; cursor: text; " value ="Waiting for first save... ">
45+ < button id ="copy-share-link " class ="px-3 py-1 bg-cyan-400 border-2 border-black text-black font-bold shadow-[2px_2px_0px_0px_rgba(0,0,0,1)] hover:shadow-[3px_3px_0px_0px_rgba(0,0,0,1)] hover:translate-x-[-1px] hover:translate-y-[-1px] active:shadow-[1px_1px_0px_0px_rgba(0,0,0,1)] active:translate-x-[1px] active:translate-y-[1px] transition-all text-xs disabled:opacity-50 disabled:cursor-not-allowed " disabled >
46+ Copy
3947 </ button >
4048 </ div >
41-
42- <!-- Card content -->
43- < div id ="auto-share-panel " class ="bg-pink-400 border-2 border-black shadow-[3px_3px_0px_0px_rgba(0,0,0,1)] p-3 relative z-0 " style ="margin-top: -2px; ">
44- < div class ="flex gap-2 items-center ">
45- < input id ="share-link-input " type ="text " readonly class ="px-3 py-1 bg-white border-2 border-black text-black font-mono text-xs shadow-[2px_2px_0px_0px_rgba(0,0,0,1)] focus:outline-none " style ="min-width: 450px; cursor: text; " value ="Waiting for first save... ">
46- < button id ="copy-share-link " class ="px-3 py-1 bg-cyan-400 border-2 border-black text-black font-bold shadow-[2px_2px_0px_0px_rgba(0,0,0,1)] hover:shadow-[3px_3px_0px_0px_rgba(0,0,0,1)] hover:translate-x-[-1px] hover:translate-y-[-1px] active:shadow-[1px_1px_0px_0px_rgba(0,0,0,1)] active:translate-x-[1px] active:translate-y-[1px] transition-all text-xs disabled:opacity-50 disabled:cursor-not-allowed " disabled >
47- Copy
48- </ button >
49- </ div >
50- </ div >
5149 </ div >
5250 </ div >
5351 </ div >
0 commit comments