Skip to content
Snippets Groups Projects
Commit 4ba3136e authored by KDSBrowne's avatar KDSBrowne
Browse files

fix closed captions position for RTL in userlist

parent a4b46ef3
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@
color: var(--color-gray-dark);
background-color: var(--color-off-white);
[dir="rtl"] & {
padding-right: var(--lg-padding-y);
padding-left: none;
}
> i {
display: flex;
font-size: 175%;
......@@ -34,6 +39,11 @@
text-align: left;
padding-left: var(--lg-padding-y);
text-overflow: ellipsis;
[dir="rtl"] & {
text-align: right;
padding-right: var(--md-padding-x);
}
}
&:active {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment