Clean up layout of details content
This commit is contained in:
@@ -822,6 +822,17 @@ nav.episodes span a:hover svg #bar {
|
|||||||
stroke: var(--link-secondary-hover);
|
stroke: var(--link-secondary-hover);
|
||||||
fill: var(--link-secondary-hover);
|
fill: var(--link-secondary-hover);
|
||||||
}
|
}
|
||||||
|
details[open] > * {
|
||||||
|
margin-left: 1.35rem;
|
||||||
|
padding-right: 1.35rem;
|
||||||
|
}
|
||||||
|
details[open] > summary {
|
||||||
|
margin-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
details > summary:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
body > header .bounding-box {
|
body > header .bounding-box {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
Reference in New Issue
Block a user