Miiinor detail
This commit is contained in:
@ -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,11 +291,11 @@
|
|||||||
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 {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user