Plugin Directory

Changeset 3344004


Ignore:
Timestamp:
08/13/2025 08:31:03 AM (8 months ago)
Author:
srikat
Message:

v1.1.2 - Fixed the CSS for making long Pages/Templates lists scrollable.

Location:
brickslabs-bricks-navigator
Files:
18 added
3 edited

Legend:

Unmodified
Added
Removed
  • brickslabs-bricks-navigator/trunk/assets/css/style.css

    r3341934 r3344004  
    1515} */
    1616
    17 .bn-top-level-item > .ab-sub-wrapper > ul {
    18   max-height: 90vh;
    19   overflow-y: auto;
     17#wp-admin-bar-bn-bricks .ab-submenu:not(#wp-admin-bar-bn-bricks-default) {
     18    max-height: 80dvh;
     19    overflow-y: auto;
    2020}
    2121
  • brickslabs-bricks-navigator/trunk/brickslabs-bricks-navigator.php

    r3341942 r3344004  
    44 * Plugin URI:        https://brickslabs.com/bricks-navigator/
    55 * Description:       Adds quick links in the WordPress admin bar for users of the Bricks theme.
    6  * Version:           1.1.1
     6 * Version:           1.1.2
    77 * Author:            Sridhar Katakam
    88 * Author URI:        https://brickslabs.com/
     
    2121
    2222final class Plugin {
    23     const VERSION = '1.1.1';
     23    const VERSION = '1.1.2';
    2424    private static $instance = null;
    2525
  • brickslabs-bricks-navigator/trunk/readme.txt

    r3341944 r3344004  
    5454== Changelog ==
    5555
     56= 1.1.2 ( Aug 13, 2025 ) =
     57* Fixed the CSS for making long Pages/Templates lists scrollable.
     58
    5659= 1.1.1 ( Aug 09, 2025 ) =
    5760* Fixed the plugin settings menu visibility when no third-party plugins are active.
Note: See TracChangeset for help on using the changeset viewer.