This commit is contained in:
2026-05-13 17:11:09 +02:00
commit ea63897455
2785 changed files with 359868 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
/* Hide TinyMCE branding */
.tox .tox-statusbar__branding {
display: none !important;
}
/* Alternative approach - hide the entire statusbar if needed */
.tox .tox-statusbar {
display: none !important;
}

File diff suppressed because one or more lines are too long