Move the admin_compact_mode setting from variable to config.
function system_update_8036() { update_variables_to_config('system.site', array( 'admin_compact_mode' => 'admin_compact_mode', )); }