Changeset 1241848
- Timestamp:
- 09/09/2015 07:06:52 PM (11 years ago)
- Location:
- auto-collapse/trunk
- Files:
-
- 3 edited
-
auto-collapse.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-collapse/trunk/auto-collapse.php
r1217546 r1241848 3 3 * Plugin Name: Auto Collapse 4 4 * Description: A simple script to auto collapse the admin sidebar. 5 * Version: 1. 1.95 * Version: 1.2.0 6 6 * Author: FullSteam Labs 7 7 */ -
auto-collapse/trunk/readme.txt
r1217546 r1241848 28 28 29 29 == Changelog == 30 = 1.2.0 = 31 * Removed animations from Customizer 30 32 = 1.1.9 = 31 33 * Fixed Mobile Menu margin-left -
auto-collapse/trunk/style.css
r1217546 r1241848 63 63 64 64 .wp-full-overlay .collapse-sidebar-arrow:before, .collapse-sidebar-label {display: none;} 65 .wp-full-overlay *, .wp-full-overlay .collapse-sidebar, .wp-full-overlay-main, .wp-full-overlay-sidebar, 66 #customize-info, #customize-theme-controls>ul>.accordion-section { 67 transition: all 0ms linear !important; 68 -moz-transition: all 0ms linear !important; 69 -webkit-transition: all 0ms linear !important; 70 } 65 71 66 72 @media screen and (max-width: 782px) {
Note: See TracChangeset
for help on using the changeset viewer.