Fix full screen image viewer colors, group description scrollbar

This commit is contained in:
Natsumi
2025-10-02 14:14:03 +13:00
parent cac7bf6f17
commit e40e7f20a5
4 changed files with 23 additions and 3 deletions

View File

@@ -168,7 +168,13 @@
<div style="margin-top: 5px">
<pre
v-show="groupDialog.ref.name !== groupDialog.ref.description"
style="font-family: inherit; font-size: 12px; white-space: pre-wrap"
style="
font-family: inherit;
font-size: 12px;
white-space: pre-wrap;
max-height: 40vh;
overflow-y: auto;
"
v-text="groupDialog.ref.description"></pre>
</div>
</div>