From 0611f8b97a91e3e3adad545bad707f3b5206a263 Mon Sep 17 00:00:00 2001 From: YishaiGlasner Date: Tue, 5 Nov 2024 13:03:19 +0200 Subject: [PATCH] fix(css): show only the interface text for topic in the side panel. --- static/css/s2.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/s2.css b/static/css/s2.css index 8acf6790bf..089d4fb7d3 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -1520,6 +1520,8 @@ div.interfaceLinks-row a { .readerPanel.bilingual .readerNavMenu .gridBox { direction: ltr; } +.readerPanel.english .contentText .he, +.readerPanel.hebrew .contentText .en, .readerPanel.english .contentSpan.primary, .readerPanel.english .languageToggle .he, .readerPanel.hebrew .contentSpan.translation,