Plugin Directory

Changeset 3462155


Ignore:
Timestamp:
02/16/2026 02:24:38 AM (7 weeks ago)
Author:
michouse
Message:

Minor CSS tweaks.

Location:
wp-extend-toolbar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-extend-toolbar/trunk/css/wp-extend-toolbar.css

    r3456297 r3462155  
    3232    padding: 0;
    3333    overflow: auto;
    34     max-height: calc(100% - 40px);
     34    max-height: 100%;
    3535    max-width: 100%;
    3636}
     
    7272#wp-extend-toolbar-window__close {
    7373    position: absolute;
    74     top: 2px;
     74    top: 3px;
    7575    left: 8px;
    7676    width: 35px;
     
    8181    background: none;
    8282    cursor: pointer;
     83    line-height: 1;
    8384}
    8485
  • wp-extend-toolbar/trunk/readme.txt

    r3456297 r3462155  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 3.1.0
     6Stable tag: 3.1.1
    77Requires PHP: 5.2.4
    88License: GPLv2
     
    2626* content of Term (optional, can be enabled in settings).
    2727
    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 
    3328
    3429== Installation ==
     
    4540
    4641== Changelog ==
     42
     43= 3.1.1 =
     44* Minor CSS tweaks.
    4745
    4846= 3.1.0 =
Note: See TracChangeset for help on using the changeset viewer.