1 Commits

Author SHA1 Message Date
f3c694ad08 fix(admin): remove site brand text when empty and hide empty brand link
Some checks failed
CI/CD Pipeline / Run API Inventory E2E Tests (pull_request) Has been cancelled
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been cancelled
CI/CD Pipeline / Run Tests (pull_request) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Has been cancelled
2026-04-01 11:43:38 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -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,

View File

@@ -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;