Miiinor detail
This commit is contained in:
@ -262,6 +262,7 @@
|
||||
}
|
||||
|
||||
figcaption {
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-2);
|
||||
}
|
||||
}
|
||||
@ -274,6 +275,10 @@
|
||||
margin: 0;
|
||||
box-shadow: var(--edge-highlight), var(--shadow);
|
||||
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,11 +291,11 @@
|
||||
img {
|
||||
margin: 0;
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
figcaption {
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user