diff --git a/VRCXVR.cs b/VRCXVR.cs index 433e54c0..f69c2c33 100644 --- a/VRCXVR.cs +++ b/VRCXVR.cs @@ -581,7 +581,7 @@ namespace VRCX return err; } var m = Matrix.Scaling(1f); - m *= Matrix.Translation(0, -0.1f, -1f); + m *= Matrix.Translation(0, -0.3f, -1.5f); var hm34 = new HmdMatrix34_t { m0 = m.M11, diff --git a/html/src/vr.scss b/html/src/vr.scss index efda11d4..ccde9672 100644 --- a/html/src/vr.scss +++ b/html/src/vr.scss @@ -40,15 +40,10 @@ .noty_theme__relax.noty_bar .noty_body, .noty_theme__sunset.noty_bar .noty_body { - font-size: 14px; + font-size: 15px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } -.noty_theme__sunset.noty_bar .noty_body { - text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, - #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px; -} - .noty_theme__relax.noty_bar .noty_buttons, .noty_theme__sunset.noty_bar .noty_buttons { padding: 5px 10px; @@ -106,15 +101,12 @@ .noty_theme__sunset.noty_type__alert, .noty_theme__sunset.noty_type__notification { color: #fff; + background-color: #073b4c; } .noty_theme__sunset.noty_type__alert .noty_progressbar, .noty_theme__sunset.noty_type__notification .noty_progressbar { background-color: #fff; - border-radius: 8px; - border-color: black; - border-style: solid; - border-width: 1px; } .noty_theme__sunset.noty_type__warning {