Points #82

Merged
glen merged 16 commits from Vectornaut/dyna3:points into main 2025-05-01 19:25:14 +00:00
Showing only changes of commit 35689e3241 - Show all commits

View file

@ -42,9 +42,7 @@ body {
} }
#add-remove > button { #add-remove > button {
/*width: 32px;*/
height: 32px; height: 32px;
/*font-size: large;*/
} }
/* KLUDGE */ /* KLUDGE */
glen marked this conversation as resolved Outdated

Sorry I am on a mobile device and so will have to make individual comments instead of a single review, polluting your inbox. Anyhow, why are we leaving this css block in place now that it is empty? It is easy to restore in the future if we need it again. Not a fan of "dead code".

Sorry I am on a mobile device and so will have to make individual comments instead of a single review, polluting your inbox. Anyhow, why are we leaving this css block in place now that it is empty? It is easy to restore in the future if we need it again. Not a fan of "dead code".

Whoops, I forgot to remove those before committing. Removed in commit 35689e3.

Whoops, I forgot to remove those before committing. Removed in commit 35689e3.