Miiinor detail

This commit is contained in:
daudix
2024-10-25 05:28:46 +03:00
parent 5ca711d34a
commit e3ee417e7a

View File

@ -262,6 +262,7 @@
} }
figcaption { figcaption {
border-radius: var(--rounded-corner);
background-color: var(--fg-muted-2); background-color: var(--fg-muted-2);
} }
} }
@ -274,6 +275,10 @@
margin: 0; margin: 0;
box-shadow: var(--edge-highlight), var(--shadow); box-shadow: var(--edge-highlight), var(--shadow);
border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner-small) var(--rounded-corner-small); border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner-small) var(--rounded-corner-small);
&+figcaption {
border-radius: var(--rounded-corner-small) var(--rounded-corner-small) var(--rounded-corner) var(--rounded-corner);
}
} }
} }
@ -286,10 +291,10 @@
img { img {
margin: 0; margin: 0;
border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner-small) var(--rounded-corner-small); border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner-small) var(--rounded-corner-small);
}
img+figcaption { &+figcaption {
border-radius: var(--rounded-corner-small) var(--rounded-corner-small) var(--rounded-corner) var(--rounded-corner); border-radius: var(--rounded-corner-small) var(--rounded-corner-small) var(--rounded-corner) var(--rounded-corner);
}
} }
figcaption { figcaption {