mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-06-04 15:10:15 +00:00
feat: enhance CSS processing and content rendering
- Added postcss-nesting for improved CSS nesting support - Updated dependencies to support new CSS processing features - Modified HTML content handling to improve accessibility and styling - Enhanced post content parsing for better rendering and SEO
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
@view-transition {
|
||||
navigation: auto;
|
||||
}
|
||||
|
||||
.site-title {
|
||||
view-transition-name: site-title;
|
||||
transition: 0.2s ease;
|
||||
@@ -11,8 +7,11 @@
|
||||
transition: 0.2s ease;
|
||||
}
|
||||
|
||||
[popover]:not(:popover-open):not(dialog[open]) {
|
||||
[popover] {
|
||||
display: none;
|
||||
&:popover-open {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.image-preview-wrap {
|
||||
|
||||
Reference in New Issue
Block a user