Skip to content

Commit 98321f6

Browse files
taeaclaude
andcommitted
Add sm:inline utility class to compiled CSS
Rebuild CSS to include sm:inline class used by language selector. This fixes the language code display (e.g., "ja") on desktop. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a5e6d9c commit 98321f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

stylesheets/compiled.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4680,6 +4680,10 @@ body:is(.dark *){
46804680
display: block;
46814681
}
46824682

4683+
.sm\:inline{
4684+
display: inline;
4685+
}
4686+
46834687
.sm\:h-12{
46844688
height: 3rem;
46854689
}

0 commit comments

Comments
 (0)