Changeset 45684
- Timestamp:
- 07/26/2019 10:03:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/admin-bar.css
r45469 r45684 90 90 left: 0; 91 91 width: 100%; 92 min-width: 600px; /* match the min-width of the body in wp-admin .css */92 min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */ 93 93 z-index: 99999; 94 94 background: #23282d; … … 810 810 html #wpadminbar { 811 811 height: 46px; 812 min-width: 300px;812 min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */ 813 813 } 814 814
Note: See TracChangeset
for help on using the changeset viewer.