Revert "feat(ui): hide OnlyOffice option unless already enabled"

This reverts commit 7679994ee5.

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr
2026-06-03 22:15:56 +02:00
parent d3921f6315
commit c945faab17
2 changed files with 1 additions and 5 deletions

View File

@@ -599,10 +599,6 @@ input[type="checkbox"]:disabled:not(:checked) + label {
pointer-events: none;
}
.office-card-hidden {
display: none;
}
.office-card:hover {
border-color: var(--color-primary-element);
box-shadow: 0 4px 12px rgba(0, 130, 201, 0.15);