mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
Merge pull request #3608 from Qasem-h/Rtl
Rtl Fix For Customize Toggles & Dashboard
This commit is contained in:
commit
7f43653cad
|
@ -38,6 +38,21 @@
|
|||
.rtl .pull-left {
|
||||
float:right !important;
|
||||
}
|
||||
.rtl .autocomplete {
|
||||
left: 360px !important;
|
||||
.rtl .autocomplete {
|
||||
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 New Issue
Block a user