-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Rune): drop halves-group container for two-color chars
See robertabcd/PttChrome#102 for references. * src/components/cells/Rune.tsx * drop the use of CSS class .halves-group * use react.Fragment (`<> </>`) to replace the previous outer `<span>` * make classNamesGroup (for styling the previous outer `<span>`) appended to classNames0 (for styling each two-color char) * src/components/cells/ContentRenderer.module.css * drop CSS class .halves-group * replace .halves styling with .o styling from the PttChrome PR
- Loading branch information
1 parent
738768c
commit 2559ac8
Showing
2 changed files
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters