mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Merge pull request #5389 from TechMiX/fix/acc-rtl-issues
fix: acceleration rtl issues
This commit is contained in:
commit
87d2f6cf90
1 changed files with 24 additions and 0 deletions
|
@ -954,6 +954,26 @@ th {
|
|||
direction: ltr !important;
|
||||
}
|
||||
|
||||
.fee-graph {
|
||||
@extend .fee-graph;
|
||||
margin-left: 5em !important;
|
||||
}
|
||||
|
||||
.acceleration-timeline {
|
||||
@extend .acceleration-timeline;
|
||||
direction: ltr !important;
|
||||
|
||||
.interval {
|
||||
@extend .interval;
|
||||
direction: rtl !important;
|
||||
}
|
||||
|
||||
.time {
|
||||
@extend .time;
|
||||
direction: rtl !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table th {
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -971,6 +991,10 @@ th {
|
|||
@extend .ml-1;
|
||||
}
|
||||
|
||||
.mr-2 {
|
||||
@extend .ml-2;
|
||||
}
|
||||
|
||||
.float-left {
|
||||
float: right !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue