md-review 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.file-tree{height:100%;display:flex;flex-direction:column;background-color:#f6f8fa}.file-tree-header{padding:16px;border-bottom:1px solid #d0d7de;background-color:#fff;display:flex;align-items:center;justify-content:space-between}.file-tree-header-content{flex:1}.file-tree-header h3{margin:0 0 4px;font-size:14px;font-weight:600;color:#24292f}.file-count{font-size:12px;color:#57606a}.sidebar-collapse-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:6px;cursor:pointer;color:#57606a;transition:background-color .2s,color .2s;padding:0;flex-shrink:0;margin-left:8px}.sidebar-collapse-button:hover{background-color:#f6f8fa;color:#24292f}.sidebar-collapse-button:active{background-color:#eaeef2}.search-container{padding:12px 16px;border-bottom:1px solid #d0d7de;background-color:#fff}.search-input-wrapper{position:relative;display:flex;align-items:center;background-color:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;padding:6px 8px;transition:border-color .2s,background-color .2s}.search-input-wrapper:focus-within{background-color:#fff;border-color:#0969da;box-shadow:0 0 0 3px #0969da1a}.search-icon{font-size:14px;margin-right:6px;color:#57606a;flex-shrink:0}.search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#24292f;padding:0;min-width:0}.search-input::placeholder{color:#57606a}.search-clear{background:none;border:none;cursor:pointer;padding:0 4px;color:#57606a;font-size:16px;line-height:1;transition:color .2s;flex-shrink:0}.search-clear:hover{color:#24292f}.search-shortcut{margin-left:8px;padding:2px 6px;background-color:#fff;border:1px solid #d0d7de;border-radius:4px;font-size:11px;color:#57606a;font-family:system-ui,-apple-system,sans-serif;flex-shrink:0}.search-input-wrapper:focus-within .search-shortcut{display:none}.file-tree-content{flex:1;overflow-y:auto;padding:8px 0}.tree-item{display:flex;align-items:center;padding:4px 8px;cursor:pointer;font-size:14px;-webkit-user-select:none;user-select:none;transition:background-color .1s}.tree-item:hover{background-color:#eaeef2}.tree-item.file{color:#24292f}.tree-item.file.selected{background-color:#ddf4ff;border-left:2px solid #0969da}.tree-item.directory{color:#24292f;font-weight:500}.chevron-icon{margin-right:4px;color:#57606a;flex-shrink:0;transition:transform .2s ease-in-out}.file-icon,.folder-icon{margin-right:6px;font-size:16px;flex-shrink:0}.tree-item.file .file-icon{margin-left:20px}.file-name,.folder-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-tree-content::-webkit-scrollbar{width:8px}.file-tree-content::-webkit-scrollbar-track{background:#f6f8fa}.file-tree-content::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:4px}.file-tree-content::-webkit-scrollbar-thumb:hover{background:#afb8c1}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
|
|
1
|
+
*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.file-tree{height:100%;display:flex;flex-direction:column;background-color:#f6f8fa}.file-tree-header{padding:16px;border-bottom:1px solid #d0d7de;background-color:#fff;display:flex;align-items:center;justify-content:space-between}.file-tree-header-content{flex:1}.file-tree-footer{padding:12px 16px;border-top:1px solid #d0d7de;background-color:#fff}.github-link{display:inline-flex;align-items:center;color:#57606a;transition:color .2s}.github-link:hover{color:#24292f}.file-tree-header h3{margin:0 0 4px;font-size:14px;font-weight:600;color:#24292f}.file-count{font-size:12px;color:#57606a}.sidebar-collapse-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:6px;cursor:pointer;color:#57606a;transition:background-color .2s,color .2s;padding:0;flex-shrink:0;margin-left:8px}.sidebar-collapse-button:hover{background-color:#f6f8fa;color:#24292f}.sidebar-collapse-button:active{background-color:#eaeef2}.search-container{padding:12px 16px;border-bottom:1px solid #d0d7de;background-color:#fff}.search-input-wrapper{position:relative;display:flex;align-items:center;background-color:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;padding:6px 8px;transition:border-color .2s,background-color .2s}.search-input-wrapper:focus-within{background-color:#fff;border-color:#0969da;box-shadow:0 0 0 3px #0969da1a}.search-icon{font-size:14px;margin-right:6px;color:#57606a;flex-shrink:0}.search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#24292f;padding:0;min-width:0}.search-input::placeholder{color:#57606a}.search-clear{background:none;border:none;cursor:pointer;padding:0 4px;color:#57606a;font-size:16px;line-height:1;transition:color .2s;flex-shrink:0}.search-clear:hover{color:#24292f}.search-shortcut{margin-left:8px;padding:2px 6px;background-color:#fff;border:1px solid #d0d7de;border-radius:4px;font-size:11px;color:#57606a;font-family:system-ui,-apple-system,sans-serif;flex-shrink:0}.search-input-wrapper:focus-within .search-shortcut{display:none}.file-tree-content{flex:1;overflow-y:auto;padding:8px 0}.tree-item{display:flex;align-items:center;padding:4px 8px;cursor:pointer;font-size:14px;-webkit-user-select:none;user-select:none;transition:background-color .1s}.tree-item:hover{background-color:#eaeef2}.tree-item.file{color:#24292f}.tree-item.file.selected{background-color:#ddf4ff;border-left:2px solid #0969da}.tree-item.directory{color:#24292f;font-weight:500}.chevron-icon{margin-right:4px;color:#57606a;flex-shrink:0;transition:transform .2s ease-in-out}.file-icon,.folder-icon{margin-right:6px;font-size:16px;flex-shrink:0}.tree-item.file .file-icon{margin-left:20px}.file-name,.folder-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-tree-content::-webkit-scrollbar{width:8px}.file-tree-content::-webkit-scrollbar-track{background:#f6f8fa}.file-tree-content::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:4px}.file-tree-content::-webkit-scrollbar-thumb:hover{background:#afb8c1}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
|
|
2
2
|
Theme: GitHub
|
|
3
3
|
Description: Light theme as seen on github.com
|
|
4
4
|
Author: github.com
|