Skip to content

Commit 911ff55

Browse files
committed
Update version to 0.0.3.3 in manifest and popup files; adjust CSS for consistent module spacing
1 parent 1a22869 commit 911ff55

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

popup-page-styles/popup-components.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Key areas:
309309
display: flex;
310310
justify-content: space-between;
311311
align-items: center;
312-
margin-bottom: 8px;
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
}

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)