Adding a bottom-margin to spoiler details tag. (#2882)

- Fixes #2878
This commit is contained in:
Dessalines 2025-01-06 23:05:17 -05:00 committed by GitHub
parent 9981ccfd54
commit 0b97a4350d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,10 @@ body {
overflow-x: auto;
}
.md-div details {
margin-bottom: 1rem;
}
.vote-bar {
min-width: 5ch;
margin-top: -6.5px;