mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #3608 from Qasem-h/Rtl
Rtl Fix For Customize Toggles & Dashboard
This commit is contained in:
commit
7f43653cad
1 changed files with 17 additions and 2 deletions
|
@ -39,5 +39,20 @@
|
||||||
float:right !important;
|
float:right !important;
|
||||||
}
|
}
|
||||||
.rtl .autocomplete {
|
.rtl .autocomplete {
|
||||||
left: 360px !important;
|
left: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl .customize .current-style .toggle-mobile {
|
||||||
|
position: static !important;
|
||||||
|
float: left !important;
|
||||||
|
}
|
||||||
|
.rtl .customize .current-style .toggle-maximize {
|
||||||
|
position: static !important;
|
||||||
|
float: left !important;
|
||||||
|
}
|
||||||
|
.rtl .dashboard-left {
|
||||||
|
float: right !important;
|
||||||
|
}
|
||||||
|
.rtl .dashboard-right {
|
||||||
|
float: left !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue