From 74617c03afb05e273dd316b9c84f0f1f8a4b61ea Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 3 Feb 2023 11:57:59 -0600 Subject: [PATCH] Add logo sizing to device user page (#9657) --- .../pages/hosts/details/DeviceUserPage/_styles.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/pages/hosts/details/DeviceUserPage/_styles.scss b/frontend/pages/hosts/details/DeviceUserPage/_styles.scss index 8fb4416672..e3bcf762fd 100644 --- a/frontend/pages/hosts/details/DeviceUserPage/_styles.scss +++ b/frontend/pages/hosts/details/DeviceUserPage/_styles.scss @@ -1,6 +1,17 @@ .app-wrap { - // TODO: talk to rachel about removing this background-color: $ui-off-white; + .site-nav { + height: 50px; + } + .site-nav-item--logo { + text-align: center; + display: flex; + justify-content: center; + align-items: center; + min-width: 64px; + max-width: 140px; + transform: scale(0.5); + } } .enroll-mdm-modal { width: 800px;