fix(admin): remove site brand text when empty and hide empty brand link #20
@@ -58,7 +58,7 @@ JAZZMIN_SETTINGS = {
|
|||||||
# Title
|
# Title
|
||||||
"site_title": "Панель управления",
|
"site_title": "Панель управления",
|
||||||
"site_header": "Панель управления",
|
"site_header": "Панель управления",
|
||||||
"site_brand": "Панель управления",
|
"site_brand": "",
|
||||||
"site_logo": None,
|
"site_logo": None,
|
||||||
"login_logo": None,
|
"login_logo": None,
|
||||||
"login_logo_dark": None,
|
"login_logo_dark": None,
|
||||||
|
|||||||
@@ -199,6 +199,10 @@ body,
|
|||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#jazzy-sidebar .brand-link .brand-text:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#jazzy-sidebar .user-panel {
|
#jazzy-sidebar .user-panel {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user