feat: add "Listed actions" option in note context menu (#891)

This commit is contained in:
Aman Harwara
2022-02-23 20:51:34 +05:30
committed by GitHub
parent 5265a0d010
commit 209bd99fe5
7 changed files with 392 additions and 402 deletions

View File

@@ -296,6 +296,10 @@
margin-top: 0;
}
.mt-0\.5 {
margin-top: 0.125rem;
}
.mt-2\.5 {
margin-top: 0.625rem;
}
@@ -435,6 +439,10 @@
min-height: 1.5rem;
}
.min-h-16 {
min-height: 4rem;
}
.max-h-5 {
max-height: 1.25rem;
}