Fixed so observer permission doesn't allow using or editing anything

This commit is contained in:
WBHarry 2025-08-24 01:27:28 +02:00
parent a72d4583cd
commit 21ee064d0e
2 changed files with 24 additions and 0 deletions

View file

@ -11,6 +11,21 @@
padding-bottom: 0;
overflow-x: auto;
&.viewMode {
button:not(.btn-toggle-view),
input:not(.search),
.controls,
.character-sidebar-sheet,
.img-portait,
.name-row,
.hope-section,
.downtime-section,
.character-traits,
.card-list {
pointer-events: none;
}
}
.character-sidebar-sheet {
grid-row: 1 / span 2;
grid-column: 1;