From 39081fb2aec805b4471e258d906a3e240eb279c4 Mon Sep 17 00:00:00 2001 From: Jason H <51760372+JasonHorkles@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:08:09 -0600 Subject: [PATCH] Don't wrap header text --- client/client.style.css | 6 ++++++ conf.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/client/client.style.css b/client/client.style.css index 9374e6c..fb371ad 100644 --- a/client/client.style.css +++ b/client/client.style.css @@ -30,6 +30,12 @@ div.w-full.bg-neutral-900 { } +/* Disable word wrapping */ +a.font-header { + white-space: nowrap; +} + + /* Secondary header */ div.SubNavigation-sc-lfuaoi-0.jZPsWO { diff --git a/conf.yml b/conf.yml index c2c608b..611d812 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.2" + version: "v1.1.3" target: "alpha-SLX" author: "JasonHorkles" icon: "assets/icon.jpg"