Skip to content

Commit

Permalink
fix(css): do not show rtl-translation//ltr-source when viewing source…
Browse files Browse the repository at this point in the history
…/translation only.
  • Loading branch information
YishaiGlasner committed Oct 1, 2024
1 parent f7cdb4a commit e72c264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -1520,9 +1520,9 @@ div.interfaceLinks-row a {
.readerPanel.bilingual .readerNavMenu .gridBox {
direction: ltr;
}
.readerPanel.english .primary,
.readerPanel.english .contentSpan.primary,
.readerPanel.english .languageToggle .he,
.readerPanel.hebrew .translation,
.readerPanel.hebrew .contentSpan.translation,
.readerPanel.hebrew .languageToggle .en {
display: none;
}
Expand Down

0 comments on commit e72c264

Please sign in to comment.