From 123a73a5e6f53c933bfec803c48f5c7b7d4c4a46 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Mon, 6 Nov 2017 15:57:00 +0900 Subject: [PATCH] Fix at InfoPanel in trash --- browser/main/Detail/InfoPanel.styl | 12 +++++++ browser/main/Detail/InfoPanelTrashed.js | 45 ++++++++++--------------- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/browser/main/Detail/InfoPanel.styl b/browser/main/Detail/InfoPanel.styl index 2ea2f748..8fec12f2 100644 --- a/browser/main/Detail/InfoPanel.styl +++ b/browser/main/Detail/InfoPanel.styl @@ -79,6 +79,18 @@ height 25px margin-bottom 6px +.infoPanel-trash + color #EA4447 + font-weight 600 + font-size 14px + width 70px + background-color rgba(226,33,113,0.1) + border none + outline none + border-radius 2px + margin-right 5px + padding 2px 5px + [id=export-wrap] height 90px display flex diff --git a/browser/main/Detail/InfoPanelTrashed.js b/browser/main/Detail/InfoPanelTrashed.js index de8a1de1..5e06e2ac 100644 --- a/browser/main/Detail/InfoPanelTrashed.js +++ b/browser/main/Detail/InfoPanelTrashed.js @@ -6,37 +6,26 @@ const InfoPanelTrashed = ({ storageName, folderName, updatedAt, createdAt, exportAsMd, exportAsTxt }) => (
-
-
- Storage -
-
- {storageName} -
+
+

{updatedAt}

+

MODIFICATION DATE

-
-
- Folder -
-
- Trash{folderName} -
+ +
+ +
+

{storageName}

+

STORAGE

-
-
- Created -
-
- {createdAt} -
+ +
+

Trash{folderName}

+

FOLDER

-
-
- Updated -
-
- {updatedAt} -
+ +
+

{createdAt}

+

CREATION DATE