chore: Hide unnecessary theme settings

This commit is contained in:
Rene Hampölz 2022-12-18 16:48:57 +00:00
parent 9c7f522c82
commit 9306808263

View file

@ -1107,6 +1107,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
color: var(--color-text-lighter);
}
/* hide additional theme settings, as these are made via Nextcloud theming */
#rl-app #V-SettingsPane #V-Settings-Themes .form-horizontal {
display: none !important;
}
/*
* admin settings
*/