diff --git a/src/Viewer.css b/src/Viewer.css index e310f42..a2c3b87 100644 --- a/src/Viewer.css +++ b/src/Viewer.css @@ -34,7 +34,8 @@ background-color: transparent; width: 30px; height: 100%; - padding-right: 10px; + padding-right: 5px; + padding-left: 5px; display: flex; justify-content: center; align-items: center; @@ -47,8 +48,9 @@ .drag-button{ background-color: transparent; width: 30px; - height: 80%; - padding: 10px; + height: 100%; + padding-right: 5px; + padding-left: 5px; display: flex; justify-content: center; align-items: center; diff --git a/src/Viewer.tsx b/src/Viewer.tsx index 93e11ec..6a001a1 100644 --- a/src/Viewer.tsx +++ b/src/Viewer.tsx @@ -54,37 +54,36 @@ const ButtonContainer: React.FC<{ srcLink: string}> = ({ srcLink}) => { }; return ( -
+ > {/* */} -
- +
+
- + - + - logseq.showSettingsUI()}> + logseq.showSettingsUI()}> - hide()} > + hide()} >
); } - - - export default Viewer diff --git a/src/search.ts b/src/search.ts index d3609a1..86889c5 100644 --- a/src/search.ts +++ b/src/search.ts @@ -145,7 +145,7 @@ function searchCalibreItems(search_results) { } else if ((search_results.length == 0) && (search_bar.value != "")) { - // Not found + // Not Found search_result_container = document.createElement("li"); search_result_title_container = document.createElement("div"); search_result_title = document.createTextNode("Not found");