Skip to content

Commit

Permalink
fix(new topic page): *HACK to make English text of sources in topic p…
Browse files Browse the repository at this point in the history
…ages lrt
  • Loading branch information
yonadavGit committed Jul 3, 2024
1 parent 06e7295 commit 95ddee5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ div.interfaceLinks-row a {
text-align: right;
unicode-bidi: initial;
}
}

.interface-hebrew .readerPanel .en {
direction: ltr;
}
Expand Down Expand Up @@ -10906,7 +10906,6 @@ cursor: pointer;
cursor: pointer;
}


.tab-view .tab-list .tab.popover {
margin-inline-end: 0;
margin-inline-start: 10px;
Expand Down Expand Up @@ -11949,6 +11948,14 @@ body .homeFeedWrapper .content {
text-align: justify;
font-size: 18px;
}
/*HACK to make English text of sources in topic pages lrt*/
.interface-hebrew .storyBody {
direction: ltr;
margin-top: 10px;
margin-right: -17px;
margin-bottom: 10px;
margin-left: 26px;
}
.story .storySheetListItem > div.storyBody.sheetSummary > * {
color: var(--dark-grey);
font-family: var(--english-sans-serif-font-family);
Expand Down

0 comments on commit 95ddee5

Please sign in to comment.