Chromium change: https://github.com/chromium/chromium/commit/460859f59dfe19a1cd769aa5c0a8303cbd4786f3 Fix MVT carousel on small devices. Before we pass in SuggestionsConfig.TileStyle.MODERN no matter the device is small or not. This CL fixes this bug by getting TileStyle with |mUiConfig| and updates the paddings accordingly. Before: https://drive.google.com/file/d/1ZKHOdflxLTLRS2rcb4fTrjdkGdivJc09/view?usp=sharing&resourcekey=0-9cJTXuJ3zRJpwLnfYwOQwA After: https://drive.google.com/file/d/1eZJOZkIDpRRsGI1YsbW3E0h1u7bmhL1q/view?usp=sharing&resourcekey=0-ZTGwQjTiUDxEgWgMdZlN7A (cherry picked from commit cf15b75) Bug: 1327323