feat: Add markdown support for comments

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr
2024-10-16 15:41:35 +02:00
parent 90e0cab306
commit 4d9395982e
3 changed files with 12 additions and 4 deletions

View File

@@ -23,10 +23,13 @@
padding: 13px;
background-color: transparent;
border: none;
opacity: .3;
position: absolute;
bottom: 0;
right: 0;
bottom: var(--default-grid-baseline);
right: var(--default-grid-baseline);
&:disabled {
opacity: .7;
}
}
}