Skip to content

Instantly share code, notes, and snippets.

@yasershahi
Created August 9, 2023 22:17
Show Gist options
  • Save yasershahi/15f049a2e25fbad28eccdb04f4ba5eaa to your computer and use it in GitHub Desktop.
Save yasershahi/15f049a2e25fbad28eccdb04f4ba5eaa to your computer and use it in GitHub Desktop.
RTL fix
.header .logo {
padding: 20px 20px 0px 0px;
margin: 0px 0px 0px 20px;
border-left: 1px solid var(--clp-border-color);
border-right: unset;
}
.header .navbar-right {
padding: 0px 40px 0px 0px;
}
.header .navbar-right > ul > li {
border-right: 1px solid var(--clp-border-color);
border-left: unset;
}
.header .navbar-right ul.dropdown-menu {
left: 0px !important;
}
.dropdown-menu {
text-align: right;
}
.header .navbar-right > ul > li.admin-area > a svg {
margin: -3px 0px 0px 5px;
}
.form-control {
direction: ltr;
}
.dropdown-toggle::after {
margin-right: .255em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment