From 9c8d9aa97578725a19831709d32f597c8e5bb5d9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:29:55 +1100 Subject: launcher: better empty text --- scss/launcher.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scss') diff --git a/scss/launcher.scss b/scss/launcher.scss index a72389a..543d799 100644 --- a/scss/launcher.scss +++ b/scss/launcher.scss @@ -81,8 +81,14 @@ .empty { color: scheme.$subtext0; + font-size: lib.s(18); + padding: lib.s(10) 0; @include lib.spacing; + + .icon { + color: scheme.$subtext0; + } } .result { -- cgit v1.2.3-freya