Making WordPress.org

Changeset 1443


Ignore:
Timestamp:
03/20/2015 05:25:50 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Increase the size of the preview sidebar toggle.

This will make it easier to find on desktop and easier to tap on mobile.

Fixes #893.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css

    r1433 r1443  
    891891    z-index: 50;
    892892    display: block;
    893     width: 19px;
    894     height: 19px;
     893    width: 29px;
     894    height: 25px;
    895895    margin-left: 15px;
    896896    padding: 0;
     
    906906
    907907.wp-full-overlay.collapsed .collapse-sidebar {
     908    height: 27px;
     909    left: 100%;
    908910    position: absolute;
    909     left: 100%;
    910911}
    911912
     
    926927    content: "\f148";
    927928    background: #eee;
    928     font: normal 20px/1 'dashicons';
     929    font: normal 30px/1 'dashicons';
    929930    speak: none;
    930931    display: block;
     
    956957
    957958.wp-full-overlay .collapse-sidebar-label {
     959    font-size: 16px;
     960    left: 100%;
     961    line-height: 1.8;
     962    margin-left: 10px;
    958963    position: absolute;
    959     left: 100%;
    960     line-height: 20px;
    961     margin-left: 10px;
    962964}
    963965
Note: See TracChangeset for help on using the changeset viewer.