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 897895d21a..4d4b01df11 100644
|
a
|
b
|
img { |
| 3689 | 3689 | |
| 3690 | 3690 | @media screen and (max-width: 782px) { |
| 3691 | 3691 | html.wp-toolbar { |
| 3692 | | padding-top: 46px; |
| | 3692 | padding-top: 0; |
| 3693 | 3693 | } |
| 3694 | 3694 | |
| 3695 | 3695 | .screen-reader-shortcut:focus { |
| … |
… |
img { |
| 3705 | 3705 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; |
| 3706 | 3706 | } |
| 3707 | 3707 | |
| | 3708 | .recovery-mode #wpadminbar #wp-admin-bar-new-content { |
| | 3709 | display: none !important; |
| | 3710 | } |
| | 3711 | |
| | 3712 | #wpadminbar #wp-admin-bar-recovery-mode { |
| | 3713 | display: block; |
| | 3714 | position: absolute; |
| | 3715 | right: 50px; |
| | 3716 | top: 0; |
| | 3717 | } |
| | 3718 | |
| | 3719 | #wpadminbar #wp-admin-bar-recovery-mode a { |
| | 3720 | padding: 0 10px; |
| | 3721 | } |
| | 3722 | |
| | 3723 | #wpbody { |
| | 3724 | padding-top: 46px; |
| | 3725 | } |
| | 3726 | |
| 3708 | 3727 | #wpcontent { |
| 3709 | 3728 | position: relative; |
| 3710 | 3729 | margin-left: 0; |
| … |
… |
img { |
| 3988 | 4007 | overflow-x: hidden; |
| 3989 | 4008 | } |
| 3990 | 4009 | |
| 3991 | | html.wp-toolbar { |
| 3992 | | padding-top: 0; |
| 3993 | | } |
| 3994 | | |
| 3995 | 4010 | .screen-reader-shortcut:focus { |
| 3996 | 4011 | top: 7px; |
| 3997 | 4012 | } |
| 3998 | 4013 | |
| 3999 | | #wpbody { |
| 4000 | | padding-top: 46px; |
| 4001 | | } |
| 4002 | | |
| 4003 | 4014 | /* Keep full-width boxes on Edit Post page from causing horizontal scroll */ |
| 4004 | 4015 | div#post-body.metabox-holder.columns-1 { |
| 4005 | 4016 | 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 | } |