PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | includes/__css/admin/settings/ui__full_screen_mode.css +7 -6 11.4.111.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 +}