From c4cc4e2ba19a82ae08d05bb9950fc4490556f9f6 Mon Sep 17 00:00:00 2001 From: Jason H <51760372+JasonHorkles@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:44:06 -0600 Subject: [PATCH] Fix #3 --- client/client.style.css | 3 ++- conf.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/client.style.css b/client/client.style.css index 3abe3c4..9e2165d 100644 --- a/client/client.style.css +++ b/client/client.style.css @@ -89,10 +89,11 @@ label.Label-sc-g780ms-0.dqkKHi { } -/* Server IP height */ +/* Server IP height & spacing */ p.ServerRow___StyledP3-sc-1ibsw91-9.IQTcj { line-height: 3rem; + white-space: nowrap; } diff --git a/conf.yml b/conf.yml index 611d812..cd0554a 100644 --- a/conf.yml +++ b/conf.yml @@ -6,7 +6,7 @@ info: identifier: "darkenate" description: "A dark theme inspired by bloom.host's colors and the Recolor theme" flags: "" - version: "v1.1.3" + version: "v1.1.4" target: "alpha-SLX" author: "JasonHorkles" icon: "assets/icon.jpg"