Last active
October 10, 2022 05:35
-
-
Save rogueyoshi/a42073ac3aa8bb7a06bf40b99f926249 to your computer and use it in GitHub Desktop.
Revisions
-
rogueyoshi revised this gist
Oct 10, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,5 @@ .bracket { position: absolute; inset: 0; background: transparent; } -
rogueyoshi created this gist
Sep 26, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ * { visibility: collapse; } .bracket, .bracket * { visibility: visible; } .bracket { position: absolute; inset: 0; }