Added basic sesh list rendering to PM panel UX

This commit is contained in:
rainbow napkin 2025-09-30 05:03:36 -04:00
parent a681bddbf7
commit f109314163
3 changed files with 66 additions and 2 deletions

View file

@ -627,6 +627,11 @@ div.archived p{
border-bottom: 1px solid var(--accent0);
}
div.pm-panel-sesh-list-entry{
border-bottom: 1px solid var(--accent0);
}
/* altcha theming*/
div.altcha{
box-shadow: 4px 4px 1px var(--bg1-alt0) inset;