From de235d9a27594ccfd7ad032ca437dedfc07549f8 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 17 May 2025 19:36:10 -0400 Subject: [PATCH] style: fix spacing in CSS selectors for better readability --- src/front/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/front/index.css b/src/front/index.css index e080bb3..117d9f0 100644 --- a/src/front/index.css +++ b/src/front/index.css @@ -49,12 +49,12 @@ body { background: #bdf5; } -[class*="shj-lang-"]>div { +[class*="shj-lang-"] > div { display: flex; overflow: auto; } -[class*="shj-lang-"]>div :last-child { +[class*="shj-lang-"] > div :last-child { outline: none; flex: 1; } @@ -201,4 +201,4 @@ body { 100% { transform: scale(1); } -} \ No newline at end of file +}