mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
tooltip: flip on rtl
This commit is contained in:
@@ -44,10 +44,20 @@
|
||||
left: 120%;
|
||||
}
|
||||
|
||||
.tooltip.right:dir(rtl) .content {
|
||||
right: 120%;
|
||||
left: unset;
|
||||
}
|
||||
|
||||
.tooltip.left .content {
|
||||
right: 120%;
|
||||
}
|
||||
|
||||
.tooltip.left:dir(rtl) .content {
|
||||
left: 120%;
|
||||
right: unset;
|
||||
}
|
||||
|
||||
.tooltip .content.sm {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user