Added widescreen detection and scss adjustments for Domains and Domain Request page

This commit is contained in:
CocoByte 2024-09-05 21:27:41 -06:00
parent cc7f588dad
commit ecc1038c34
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
10 changed files with 31 additions and 8 deletions

View file

@ -244,6 +244,7 @@ TEMPLATES = [
"registrar.context_processors.add_path_to_context",
"registrar.context_processors.add_has_profile_feature_flag_to_context",
"registrar.context_processors.portfolio_permissions",
"registrar.context_processors.is_widescreen_mode",
],
},
},