diff --git a/src/css/ingame_hud/statistics.scss b/src/css/ingame_hud/statistics.scss index fe56f393..e53a80d1 100644 --- a/src/css/ingame_hud/statistics.scss +++ b/src/css/ingame_hud/statistics.scss @@ -41,12 +41,10 @@ margin: 0; :first-child { - border-radius: #{D(2px)} 0 0 #{D(2px)} !important; margin-left: 0 !important; } :last-child { margin-right: 0 !important; - border-radius: 0 #{D(2px)} #{D(2px)} 0 !important; } } } @@ -80,7 +78,6 @@ > div { background: #f4f4f4; - @include S(border-radius, $globalBorderRadius); @include S(margin-bottom, 4px); display: grid; @@ -104,7 +101,6 @@ .counter { @include SuperSmallText; - @include S(border-radius, $globalBorderRadius); @include S(padding, 0, 3px); } } diff --git a/src/css/ingame_hud/unlock_notification.scss b/src/css/ingame_hud/unlock_notification.scss index dbd4bace..0750bd6f 100644 --- a/src/css/ingame_hud/unlock_notification.scss +++ b/src/css/ingame_hud/unlock_notification.scss @@ -26,6 +26,10 @@ opacity: 0; } } + display: flex; + align-items: center; + flex-direction: column; + max-height: 90vh; color: #fff; text-align: center; diff --git a/src/js/profile/application_settings.js b/src/js/profile/application_settings.js index ff0051f1..0ab27fc5 100644 --- a/src/js/profile/application_settings.js +++ b/src/js/profile/application_settings.js @@ -30,11 +30,11 @@ export const uiScales = [ }, { id: "large", - size: 1.2, + size: 1.05, }, { id: "huge", - size: 1.4, + size: 1.1, }, ];