mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 08:33:09 +02:00
fix: round timeline corners on noGap
This commit is contained in:
parent
77c49eacc1
commit
4af8bbb5c0
2 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue