This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
wikijs
mirror of
https://github.com/Requarks/wiki.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
fix bullets position in rtl mode (
#1892
)
Seyed Sajad Kahani
5 năm trước cách đây
mục cha
190063cc67
commit
1efdd6dd5e
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
client/themes/default/scss/app.scss
+ 1
- 0
client/themes/default/scss/app.scss
Xem Tập Tin
@@ -514,6 +514,7 @@
width: 1.35rem;
@at-root .is-rtl & {
+ right: -1.1rem;
content: '\25C3';
}
}