chore: re-arrange some dom nodes for focus presentation

This commit is contained in:
Cory Dransfeldt 2024-06-19 15:39:06 -07:00
parent 897ef64d3c
commit ee9b7aa778
No known key found for this signature in database
10 changed files with 67 additions and 61 deletions

View file

@ -307,6 +307,12 @@ a svg:focus {
stroke: var(--accent-color-hover);
}
a.link-icon {
display: inline-flex;
align-items: center;
gap: var(--sizing-xs);
}
a.link-icon svg {
stroke: var(--accent-color);
}
@ -318,10 +324,6 @@ a.link-icon:focus svg {
stroke: var(--accent-color-hover);
}
.icon--bold > svg {
stroke-width: var(--stroke-width-bold);
}
.menu-primary .active,
.menu-primary .active svg,
nav .active,

View file

@ -82,6 +82,7 @@
}
.book-focus {
margin-top: var(--sizing-base);
border-bottom: 0;
& .book-display {

View file

@ -4,6 +4,8 @@
}
.artist-focus {
margin-top: var(--sizing-base);
& img {
border: 1px solid var(--accent-color);
width: 100%;
@ -14,13 +16,13 @@
display: flex;
flex-direction: column;
gap: var(--sizing-xs);
margin: var(--sizing-base) 0;
margin-bottom: var(--sizing-base);
& .artist-meta {
display: flex;
flex-direction: column;
gap: var(--sizing-sm);
margin-top: var(--sizing-md);
margin-top: var(--sizing-base);
& p {
margin: 0;

View file

@ -115,6 +115,7 @@
}
.watching-focus {
margin-top: var(--sizing-base);
border-bottom: 0;
& .watching-meta {