Changeset 45842
- Timestamp:
- 08/19/2019 04:36:02 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-includes/css/admin-bar.css
r45117 r45842 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.