Skip to content

Commit

Permalink
Fix the text color and RTL handling
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Aug 12, 2024
1 parent 704e49e commit 64aec23
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,18 @@
.offlineWrapper {
position: absolute;
top: 20px;
right: 20px;
margin-left: 20px;
inset-inline-end: 20px;
margin-inline-start: 20px;
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
background-color: #000;
color: #fff;
padding: 10px;
border-radius: 10px;
}

:global(body[dir='rtl'] .offlineWrapper) {
right: initial;
margin-left: initial;
left: 20px;
margin-right: 20px;
}

.offlineIcon {
font-size: 30px;
}
Expand Down

0 comments on commit 64aec23

Please sign in to comment.