Differences From Artifact [54dd0b7f84]:
- File src/default.css — part of check-in [4d664bfe55] at 2023-02-21 00:52:44 on branch forumpost-locking — Initial bits for "locking" forum (sub)threads using a "closed" tag. This currently affects the display but does not hinder edits made via malicious misuse because the pieces needed for such validation do not yet have access to the relevant ForumPost objects. (user: stephan size: 41929)
To Artifact [5ab66f762b]:
- File src/default.css — part of check-in [464f4d175f] at 2023-02-21 01:58:29 on branch forumpost-locking — Add capability to determine whether a given sub-thread inherits a lock from a parent. Re-label "locked" to "closed" per /chat feedback. (user: stephan size: 41929)
︙ | |||
902 903 904 905 906 907 908 | 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 | - + | flex-direction: column; } div.forumClosed { border-style: dotted; opacity: 0.7; } div.forumClosed > *:first-child::before { |
︙ |