mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
Enable rounded corners in UI settings
Set USE_ROUNDED_CORNERS to True to activate rounded corners in the user interface.
This commit is contained in:
parent
5625239c9d
commit
c3e17ec07f
@ -554,7 +554,7 @@ USE_RBAC = False
|
||||
USE_IDENTITY_PROVIDERS = False
|
||||
JAZZMIN_UI_TWEAKS = {"theme": "flatly"}
|
||||
|
||||
USE_ROUNDED_CORNERS = False
|
||||
USE_ROUNDED_CORNERS = True
|
||||
|
||||
ALLOW_VIDEO_TRIMMER = True
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user