diff options
| author | Haishan <[email protected]> | 2019-05-14 00:30:36 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-05-14 23:31:11 +0800 |
| commit | 16e61f15333b2724cf754124de926e1597ce5bde (patch) | |
| tree | 684757445710f6a48f2ce898b0f7d6502267542a /src/components/ErrorBoundaryFallback.module.css | |
| parent | 882b168082ddbcbe7991a71a09944f1a60084fc3 (diff) | |
feat(logs): fetch logs with correct log level
see also #14
Diffstat (limited to 'src/components/ErrorBoundaryFallback.module.css')
| -rw-r--r-- | src/components/ErrorBoundaryFallback.module.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/ErrorBoundaryFallback.module.css b/src/components/ErrorBoundaryFallback.module.css index 5deae74..6133568 100644 --- a/src/components/ErrorBoundaryFallback.module.css +++ b/src/components/ErrorBoundaryFallback.module.css @@ -22,9 +22,16 @@ } .link { + display: inline-flex; + align-items: center; + color: var(--color-text-secondary); &:hover, &:active { color: #387cec; } + + svg { + margin-right: 5px; + } } |
