mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
updated doc css
This commit is contained in:
@@ -444,6 +444,7 @@ wa-page > main:has(> .search-list) {
|
||||
|
||||
[slot='header'] {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&::part(header) {
|
||||
|
||||
@@ -84,11 +84,12 @@
|
||||
|
||||
/* Push slots to sides when the action slots renders */
|
||||
.has-actions {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
display: block;
|
||||
align-items: center;
|
||||
border-block-end-style: inherit;
|
||||
border-block-end-color: var(--wa-color-surface-border);
|
||||
@@ -102,7 +103,7 @@
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: flex;
|
||||
display: block;
|
||||
align-items: center;
|
||||
border-block-start-style: inherit;
|
||||
border-block-start-color: var(--wa-color-surface-border);
|
||||
|
||||
Reference in New Issue
Block a user