fix: round timeline corners on noGap
This commit is contained in:
@@ -178,6 +178,8 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.date-separated-list-nogap {
|
.date-separated-list-nogap {
|
||||||
|
border-radius: var(--radius);
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -55,6 +55,8 @@ defineExpose({
|
|||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
.root {
|
.root {
|
||||||
&.noGap {
|
&.noGap {
|
||||||
|
border-radius: var(--radius);
|
||||||
|
|
||||||
> .notes {
|
> .notes {
|
||||||
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user