mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4845 - Sidebar: header templating updates
This commit is contained in:
parent
1e98574c80
commit
c7713d3dd1
61 changed files with 249 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue