Add separator between articles in the classic mod

This commit is contained in:
daudix
2024-10-16 06:18:43 +03:00
parent 3ce06a6a69
commit 76849cd98e
3 changed files with 8 additions and 1 deletions

View File

@ -6,10 +6,16 @@
transition: none;
box-shadow: none;
border-radius: 0;
border-block-end: max(1px, 0.0625rem) solid var(--fg-muted-2);
background: none;
padding: 0;
padding-block-end: 1rem;
overflow: visible;
&:last-of-type {
border-block-end: none;
}
&:active {
transform: none;
}