diff --git a/text/README.md b/text/README.md index e7a8706..26f78b4 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; } ```