From fa4b445dca0db05f0c1f55f64eab12f646a16619 Mon Sep 17 00:00:00 2001 From: TechMiX Date: Wed, 31 Jul 2024 01:28:31 +0200 Subject: [PATCH] fix acc rtl issues --- frontend/src/styles.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index d9c58a302..e7cf26ab2 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -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; }