Changeset 3462155
- Timestamp:
- 02/16/2026 02:24:38 AM (7 weeks ago)
- Location:
- wp-extend-toolbar/trunk
- Files:
-
- 2 edited
-
css/wp-extend-toolbar.css (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-extend-toolbar/trunk/css/wp-extend-toolbar.css
r3456297 r3462155 32 32 padding: 0; 33 33 overflow: auto; 34 max-height: calc(100% - 40px);34 max-height: 100%; 35 35 max-width: 100%; 36 36 } … … 72 72 #wp-extend-toolbar-window__close { 73 73 position: absolute; 74 top: 2px;74 top: 3px; 75 75 left: 8px; 76 76 width: 35px; … … 81 81 background: none; 82 82 cursor: pointer; 83 line-height: 1; 83 84 } 84 85 -
wp-extend-toolbar/trunk/readme.txt
r3456297 r3462155 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 3.1. 06 Stable tag: 3.1.1 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 … … 26 26 * content of Term (optional, can be enabled in settings). 27 27 28 **New in version 3.1.0:**29 30 Administrators can now customize which information items are displayed through a settings page in the WordPress admin panel. Navigate to Settings > WP Extend Toolbar to configure display preferences.31 32 33 28 34 29 == Installation == … … 45 40 46 41 == Changelog == 42 43 = 3.1.1 = 44 * Minor CSS tweaks. 47 45 48 46 = 3.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.