From 7859738e0ff9929629724be21f28e5ff666ea4ce Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Fri, 12 Dec 2025 06:36:18 +0300 Subject: [PATCH] added a style for icon[loc=right] --- src/style.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style.js b/src/style.js index a5468cc4..87d7df03 100644 --- a/src/style.js +++ b/src/style.js @@ -109,6 +109,9 @@ const style = css` margin-right: .6em; margin-left: 0; } + .icon[loc="right"] { + margin-left: auto; + } .icon[loc="state"] { align-self: center; }