From 31dfdea533a60b2f520b411d6f1f17315f30ae6b Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Sat, 31 Aug 2024 03:17:13 +0200 Subject: [PATCH] layouts: Increase the font-size of the wide shape of the Malayalam layout Part-of: --- data/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/common.css b/data/common.css index 484f586c..ca337872 100644 --- a/data/common.css +++ b/data/common.css @@ -15,6 +15,10 @@ sq_view.in_mal { font-size: 1em; } +sq_view.wide.in_mal { + font-size: 1.25em; +} + sq_view.ir_azb { font-size: 1.368em; }