From 247af749a92b7eb06313db32b50a71b3b68f6510 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Thu, 28 Aug 2025 13:21:30 +0300 Subject: [PATCH] Increase language list column width a bit Previously some of English names weren't fitting on one line with Ubuntu 24.04 system-ui font. The two common mobile device widths are 320px and 360px. With this increase 320px is still one column as before and 360px is still two columns. --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d9a0bb4d3..2902496ae 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -195,7 +195,7 @@ body.small-nav { /* Rules for language selector */ .select_language_list { - column-width: 160px; + column-width: 165px; a { .native_name small { -- 2.39.5