diff --git a/src/wp-admin/admin-header.php b/src/wp-admin/admin-header.php
index d8ebb7942d..788e7180b2 100644
|
a
|
b
|
if ( $current_screen->is_block_editor() ) { |
| 200 | 200 | } |
| 201 | 201 | } |
| 202 | 202 | |
| | 203 | if ( wp_is_recovery_mode() ) { |
| | 204 | $admin_body_class .= ' recovery-mode'; |
| | 205 | } |
| | 206 | |
| 203 | 207 | ?> |
| 204 | 208 | </head> |
| 205 | 209 | <?php |
diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index 868978d55f..018a530703 100644
|
a
|
b
|
img { |
| 3683 | 3683 | |
| 3684 | 3684 | @media screen and (max-width: 782px) { |
| 3685 | 3685 | html.wp-toolbar { |
| 3686 | | padding-top: 46px; |
| | 3686 | padding-top: 0; |
| 3687 | 3687 | } |
| 3688 | 3688 | |
| 3689 | 3689 | .screen-reader-shortcut:focus { |
| … |
… |
img { |
| 3699 | 3699 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; |
| 3700 | 3700 | } |
| 3701 | 3701 | |
| | 3702 | #wpadminbar #wp-admin-bar-recovery-mode { |
| | 3703 | display: block; |
| | 3704 | left: 0; |
| | 3705 | position: absolute; |
| | 3706 | right: 0; |
| | 3707 | top: 46px; |
| | 3708 | } |
| | 3709 | |
| | 3710 | .wp-responsive-open #wpadminbar #wp-admin-bar-recovery-mode { |
| | 3711 | left: 190px; |
| | 3712 | } |
| | 3713 | |
| | 3714 | #wpadminbar #wp-admin-bar-recovery-mode a { |
| | 3715 | padding: 0 15px; |
| | 3716 | } |
| | 3717 | |
| | 3718 | #wpbody { |
| | 3719 | padding-top: 46px; |
| | 3720 | } |
| | 3721 | |
| | 3722 | .auto-fold #adminmenu { |
| | 3723 | top: 46px; |
| | 3724 | } |
| | 3725 | |
| | 3726 | .recovery-mode #wpbody { |
| | 3727 | padding-top: 92px; |
| | 3728 | } |
| | 3729 | |
| 3702 | 3730 | #wpcontent { |
| 3703 | 3731 | position: relative; |
| 3704 | 3732 | margin-left: 0; |
| … |
… |
img { |
| 3982 | 4010 | overflow-x: hidden; |
| 3983 | 4011 | } |
| 3984 | 4012 | |
| 3985 | | html.wp-toolbar { |
| 3986 | | padding-top: 0; |
| 3987 | | } |
| 3988 | | |
| 3989 | 4013 | .screen-reader-shortcut:focus { |
| 3990 | 4014 | top: 7px; |
| 3991 | 4015 | } |
| 3992 | 4016 | |
| 3993 | | #wpbody { |
| 3994 | | padding-top: 46px; |
| 3995 | | } |
| 3996 | | |
| 3997 | 4017 | /* Keep full-width boxes on Edit Post page from causing horizontal scroll */ |
| 3998 | 4018 | div#post-body.metabox-holder.columns-1 { |
| 3999 | 4019 | overflow-x: hidden; |
diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css
index 295fbec07e..12c7ad4bbe 100644
|
a
|
b
|
html:lang(he-il) .rtl #wpadminbar * { |
| 1097 | 1097 | } |
| 1098 | 1098 | |
| 1099 | 1099 | /* Smartphone */ |
| 1100 | | @media screen and (max-width: 600px) { |
| | 1100 | @media screen and (max-width: 782px) { |
| | 1101 | |
| 1101 | 1102 | #wpadminbar { |
| 1102 | 1103 | position: absolute; |
| 1103 | 1104 | } |