← All changes
|
includes/__css/admin/settings/ui__full_screen_mode.css
+7
-6
11.4.3
→
11.8.4
View file →
| @@ -1,19 +1,20 @@ | ||
| 1 | 1 | /*! ------------------------------------------------------------------------------------------------------------------ !*/ |
| 2 | 2 | /*! == Full Screen Setup == !*/ |
| 3 | 3 | /*! ------------------------------------------------------------------------------------------------------------------ !*/ |
| 4 | 4 | .wpbc_admin_full_screen { |
| 5 | 5 | background: #f6f7f7; |
| 6 | - color: #50575e; | |
| 6 | + /*color: #50575e;*/ | |
| 7 | 7 | font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; |
| 8 | 8 | } |
| 9 | 9 | .wpbc_admin_full_screen #wpwrap { |
| 10 | 10 | top: 0; |
| 11 | 11 | } |
| 12 | -.wpbc_admin_full_screen #wpbody-content { | |
| 13 | - min-height: 100vh !important; | |
| 14 | - padding: 0 0 0 0 !important; | |
| 15 | -} | |
| 12 | +.wpbc_admin_full_screen #wpbody-content { | |
| 13 | + /* Reserve the fixed WPBC top navigation without forcing a second full viewport height. */ | |
| 14 | + min-height: calc( 100vh - var(--wpbc_ui_top_nav__height, 48px) ) !important; | |
| 15 | + padding: 0 !important; | |
| 16 | +} | |
| 16 | 17 | .wpbc_admin_full_screen #adminmenumain, |
| 17 | 18 | .wpbc_admin_full_screen #wpcontent>*, |
| 18 | 19 | .wpbc_admin_full_screen .error:not(.wpbc-settings-notice, .wpbc_inner_message), |
| 19 | 20 | .wpbc_admin_full_screen .notice:not(.wpbc-settings-notice, .wpbc_inner_message), |
| @@ -55,5 +56,5 @@ | ||
| 55 | 56 | @media screen and (max-width: 600px) { |
| 56 | 57 | .wpbc_admin_full_screen #wpbody { |
| 57 | 58 | padding-top: 0; |
| 58 | 59 | } |
| 59 | -} | |
| 60 | +} | |