Changeset 3364015
- Timestamp:
- 09/18/2025 01:28:05 PM (6 months ago)
- Location:
- faq-accordion-schema/trunk
- Files:
-
- 6 edited
-
assets/css/accordion.css (modified) (1 diff)
-
assets/css/accordion.scss (modified) (1 diff)
-
assets/css/theme-preferred.css (modified) (1 diff)
-
assets/css/theme-preferred.scss (modified) (1 diff)
-
faq-accordion-schema.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
faq-accordion-schema/trunk/assets/css/accordion.css
r3363881 r3364015 65 65 .faq-accordion .accordion-content-inner { 66 66 all: unset; 67 padding: 20px 30px 34px ;67 padding: 20px 30px 34px 6px; 68 68 text-align: left; 69 69 } -
faq-accordion-schema/trunk/assets/css/accordion.scss
r3363881 r3364015 75 75 .accordion-content-inner { 76 76 all: unset; 77 padding: 20px 30px 34px ;77 padding: 20px 30px 34px 6px; 78 78 text-align: left; 79 79 } -
faq-accordion-schema/trunk/assets/css/theme-preferred.css
r3363881 r3364015 58 58 } 59 59 .faq-accordion .accordion-content-inner { 60 padding: 20px 30px 34px ;60 padding: 20px 30px 34px 6px; 61 61 text-align: left; 62 62 } -
faq-accordion-schema/trunk/assets/css/theme-preferred.scss
r3363881 r3364015 68 68 69 69 .accordion-content-inner { 70 padding: 20px 30px 34px ;70 padding: 20px 30px 34px 6px; 71 71 text-align: left; 72 72 } -
faq-accordion-schema/trunk/faq-accordion-schema.php
r3363881 r3364015 7 7 * Automatically builds the accordion by simply including headings and text withing the shortcode. 8 8 * Includes options to enable/disable schema markup, add custom styles, and choose whether to override or respect theme styles. 9 * Version: 1. 0.99 * Version: 1.1.1 10 10 * Author: Ryan Howard 11 11 * Author URI: https://www.ryanhoward.dev -
faq-accordion-schema/trunk/readme.txt
r3363881 r3364015 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1. 0.97 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 == Changelog == 83 83 84 = 1.1.1 = 85 * Improved accordion behavior: now opens with `display:flex` instead of `block` for better layout handling. 86 * Adjusted padding inside `.accordion-content-inner` to `20px 30px 34px 6px`. 87 * Removed divider line when the accordion item is open. 88 84 89 = 1.0.9 = 85 90 * Adjusted padding — added consistent 6px left padding to elements.
Note: See TracChangeset
for help on using the changeset viewer.