Skip to content

Commit

Permalink
Added "##" before scene name
Browse files Browse the repository at this point in the history
Just to make unnamed scenes visible.
  • Loading branch information
mkoskim committed Oct 11, 2024
1 parent 2a164a1 commit e7bb454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/common/styles/sheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,9 @@

.Sheet h6.Numbered::before {
counter-increment: scene;
/*
margin-right: 8pt;
content: "##";
/*
content: counter(scene) ".";
*/
}
Expand Down

0 comments on commit e7bb454

Please sign in to comment.