Skip to content
Snippets Groups Projects
Commit 4af8bbb5 authored by S Kopper's avatar S Kopper
Browse files

fix: round timeline corners on noGap

parent 77c49eac
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,8 @@ export default defineComponent({
}
.date-separated-list-nogap {
border-radius: var(--radius);
> * {
margin: 0 !important;
border: none;
......
......@@ -55,6 +55,8 @@ defineExpose({
<style lang="scss" module>
.root {
&.noGap {
border-radius: var(--radius);
> .notes {
background: color-mix(in srgb, var(--panel) 65%, transparent);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment