Changeset 51672
- Timestamp:
- 08/26/2021 06:23:49 PM (4 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r50834 r51672 1168 1168 <style<?php echo $type_attr; ?> media="screen"> 1169 1169 html { margin-top: 32px !important; } 1170 * html body { margin-top: 32px !important; }1171 1170 @media screen and ( max-width: 782px ) { 1172 1171 html { margin-top: 46px !important; } 1173 * html body { margin-top: 46px !important; }1174 1172 } 1175 1173 </style> -
trunk/src/wp-includes/css/admin-bar.css
r51644 r51672 1 html { 2 --wp-admin--admin-bar--height: 32px; 3 } 4 1 5 #wpadminbar * { 2 6 height: auto; … … 730 734 731 735 @media screen and (max-width: 782px) { 736 html { 737 --wp-admin--admin-bar--height: 46px; 738 } 739 732 740 /* Toolbar Touchification*/ 733 741 html #wpadminbar {
Note: See TracChangeset
for help on using the changeset viewer.