Fix posts sidebar minimum width

This commit is contained in:
sepia 2025-08-02 18:59:02 -05:00
parent acabb2cdd4
commit 0c3e19eca7
1 changed files with 3 additions and 1 deletions

View File

@ -27,8 +27,10 @@ a:visited {
aside {
background-color: var(--background-overlay);
max-width: 30%;
width: 30ch;
min-width: 30ch;
padding: var(--line-height) 1ch;
margin: var(--line-height) 1ch;
}
aside:empty {