fix: permissions modal width (#1195)

This commit is contained in:
Aman Harwara
2022-07-02 20:20:40 +05:30
committed by GitHub
parent b8e8fb689b
commit dd23135d6d
4 changed files with 39 additions and 47 deletions

View File

@@ -111,7 +111,7 @@ class NoteGroupView extends PureComponent<Props, State> {
{this.viewControllerManager.navigationController.isInFilesView && fileDragNDropContext?.isDraggingFiles && (
<div className="absolute bottom-8 left-1/2 z-dropdown-menu -translate-x-1/2 rounded bg-info px-5 py-3 text-info-contrast shadow-main">
Drop your files to upload them to Standard Notes
Drop your files to upload them
</div>
)}