mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
cb528da8ed
* fix: rtl direction bug * 📝 dark theme usage docs * fix: sketch download * fix: theme dark * 📝 empty image * fix: dark form with mixture components like picker, input * 📝 update sketch release download * fix: remove inline-menu sub shadow
12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
[data-direction='rtl'] {
|
|
#_hj_feedback_container {
|
|
> div {
|
|
left: 32px;
|
|
}
|
|
}
|
|
.fixed-widgets {
|
|
right: auto;
|
|
left: 32px;
|
|
}
|
|
}
|