From 3fa49f32201ab7dd77abb4c7a20b45cb4ff34979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Karl=C3=A9n?= <113891532+adriankarlen@users.noreply.github.com> Date: Wed, 8 May 2024 08:49:39 +0200 Subject: [PATCH] fix(text): transparent window controls (#1061) --- text/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/text/README.md b/text/README.md index e7a8706d..26f78b47 100644 --- a/text/README.md +++ b/text/README.md @@ -170,7 +170,10 @@ body::after { this size is set for 100% zoom */ width: 135px; - height: 40px; + /* depending on what global status bar + style is enabled height need to be + changed accordingly. */ + height: 64px; } ```