-
-
- {{ phone.t('Apps.notes.actions') }}
-
-
-
-
-
+
@@ -348,45 +349,33 @@ function shareNote(): void {
flex: 0 0 auto;
}
-.notes-action-button__content {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- gap: 9px;
-}
-
-.notes-action-button--danger {
- color: var(--sky-danger);
-}
-
-.notes-action-sheet :deep(.sky-action-sheet__panel) {
- padding: 8px var(--sky-page-gutter)
- calc(var(--sky-safe-area-bottom) + 10px);
+.notes-action-menu {
+ display: grid;
+ gap: 8px;
+ padding: 14px;
border: 1px solid var(--sky-hairline);
- border-bottom: 0;
- border-radius: 30px 30px 0 0;
+ border-radius: 28px 28px 0 0;
background: var(--sky-surface);
box-shadow: 0 -18px 50px rgb(0 0 0 / 32%);
}
-.notes-action-sheet :deep(.sky-action-group) {
- margin-top: 9px;
- background: var(--sky-surface-muted);
+.notes-action-menu__choices {
+ display: grid;
+ gap: 8px;
}
-.notes-action-sheet__handle {
- width: 38px;
- height: 5px;
- margin: 0 auto 7px;
- border-radius: 999px;
- background: var(--sky-hairline-strong, rgb(142 142 147 / 65%));
+.notes-action-menu :deep(.sky-button) {
+ justify-content: center;
+ border-radius: var(--sky-radius-control);
}
-.notes-action-sheet__title {
- margin: 0;
- color: var(--sky-muted);
- font-size: 12px;
- font-weight: 600;
- text-align: center;
+.notes-action-menu__danger {
+ color: var(--sky-danger);
+ background: var(--sky-danger-soft);
+}
+
+.notes-action-sheet :deep(.sky-action-sheet__panel) {
+ max-height: none;
+ padding: 0;
}