Merge pull request 'fix(admin): remove site brand text when empty and hide empty brand link' (#20) from feature/fix-admin into dev
All checks were successful
All checks were successful
Reviewed-on: #20
This commit was merged in pull request #20.
This commit is contained in:
@@ -58,7 +58,7 @@ JAZZMIN_SETTINGS = {
|
||||
# Title
|
||||
"site_title": "Панель управления",
|
||||
"site_header": "Панель управления",
|
||||
"site_brand": "Панель управления",
|
||||
"site_brand": "",
|
||||
"site_logo": None,
|
||||
"login_logo": None,
|
||||
"login_logo_dark": None,
|
||||
|
||||
@@ -199,6 +199,10 @@ body,
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
#jazzy-sidebar .brand-link .brand-text:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#jazzy-sidebar .user-panel {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user