File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 22 "manifest_version" : 3 ,
33 "name" : " OneClickPrompts" ,
44 "description" : " One Click Prompts for AI chat interfaces" ,
5- "version" : " 0.0.3.2 " ,
5+ "version" : " 0.0.3.3 " ,
66
77 "icons" : {
88 "16" : " icon16.png" ,
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ Key areas:
309309 display : flex;
310310 justify-content : space-between;
311311 align-items : center;
312- margin-bottom : 8 px ;
312+ margin-bottom : 0 ;
313313 color : var (--text-color );
314314 /* Add this line to ensure text is visible */
315315}
@@ -495,4 +495,17 @@ Key areas:
495495.floating-site-item span {
496496 font-size : 1.1em ;
497497 /* Responsive, scales with parent font size */
498+ }
499+
500+ /* Ensure uniform spacing between modules in all states */
501+ # modulesSection > .section-content > .collapsible {
502+ margin-bottom : 8px ; /* consistent gap */
503+ }
504+ # modulesSection > .section-content > .collapsible : last-child {
505+ margin-bottom : 0 ; /* no extra space after the last module */
506+ }
507+
508+ /* Remove the bottom margin from individual headers */
509+ # modulesSection > .section-content > .collapsible .section-header {
510+ margin-bottom : 0 ;
498511}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h2>Profile</h2>
5656 </ button >
5757
5858 < div id ="versionContainer ">
59- < p id ="version "> Version 0.0.3.2 </ p >
59+ < p id ="version "> Version 0.0.3.3 </ p >
6060 < p id ="topExplanationText ">
6161 Your changes to the buttons will be saved automatically. Reload
6262 website to apply. Pressing "Shift" while pressing a key or button
You can’t perform that action at this time.
0 commit comments