fix: ensure max-width is applied to aside element for consistent layout

This commit is contained in:
Cell
2025-12-22 17:49:06 +08:00
parent 1bb21fcbd1
commit a78c07f782
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@
aside {
flex: 1;
padding: 0.5rem;
max-width: 500px;
&:not(:has(~ aside)) {
display: none;