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

@@ -34,7 +34,7 @@ $heading-height: 75px;
padding-bottom: 10px;
padding-right: 14px;
border-bottom: none;
border-bottom: 1px solid var(--sn-stylekit-border-color);
z-index: $z-index-editor-title-bar;
height: auto;
@@ -118,7 +118,6 @@ $heading-height: 75px;
border: none;
outline: none;
padding: 15px;
padding-top: 11px;
font-size: var(--sn-stylekit-font-size-editor);
resize: none;
}

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;
}