From f28942cef991c9285236ea3ecace98c9b65c5242 Mon Sep 17 00:00:00 2001 From: Plastikmensch Date: Sun, 16 Apr 2023 17:45:18 +0200 Subject: [Glitch] Refactor styles to use logical properties for positioning (#2156) Port babd86e594bbdd6dcc512d522ccbb4b24c1355e3 and 45848d654709678ba35d9e97e0b3df3e3916cd75 to glitch-soc Signed-off-by: Plastikmensch --- app/javascript/flavours/glitch/styles/widgets.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/javascript/flavours/glitch/styles/widgets.scss') diff --git a/app/javascript/flavours/glitch/styles/widgets.scss b/app/javascript/flavours/glitch/styles/widgets.scss index 0f2b7ac5b..f54d2f2e5 100644 --- a/app/javascript/flavours/glitch/styles/widgets.scss +++ b/app/javascript/flavours/glitch/styles/widgets.scss @@ -165,7 +165,7 @@ margin-bottom: 15px; .fa { - margin-right: 5px; + margin-inline-end: 5px; color: $darker-text-color; } } @@ -298,7 +298,7 @@ padding: 10px; &:first-child { - text-align: left; + text-align: start; } } @@ -329,9 +329,9 @@ tbody td.accounts-table__extra { width: 120px; - text-align: right; + text-align: end; color: $darker-text-color; - padding-right: 16px; + padding-inline-end: 16px; a { text-decoration: none; -- cgit