Fixed #4845 - Sidebar: header templating updates

This commit is contained in:
tugcekucukoglu 2023-11-20 10:41:12 +03:00
parent 1e98574c80
commit c7713d3dd1
61 changed files with 249 additions and 7 deletions

View file

@ -34,7 +34,7 @@ const css = `
.p-sidebar-header {
display: flex;
align-items: center;
justify-content: flex-end;
justify-content: space-between;
flex-shrink: 0;
}
@ -191,7 +191,7 @@ const classes = {
}
],
header: 'p-sidebar-header',
headerContent: 'p-sidebar-header-content',
title: 'p-sidebar-header-content',
closeButton: 'p-sidebar-close p-sidebar-icon p-link',
closeIcon: 'p-sidebar-close-icon',
content: 'p-sidebar-content'