diff options
| author | Haishan <[email protected]> | 2020-03-20 22:19:56 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-03-21 13:33:43 +0800 |
| commit | 8e48c01e7aada6978e92a6da1d040f3ef0d37945 (patch) | |
| tree | 63cdf772b88d2cff340449ba98225bdbad526a19 /src/components/CollapsibleSectionHeader.module.css | |
| parent | c5d70b5236be5ce0fb067bab3c8eeb6e946a73dd (diff) | |
feat: remembers group collapse state
for https://github.com/haishanh/yacd/issues/480
Diffstat (limited to 'src/components/CollapsibleSectionHeader.module.css')
| -rw-r--r-- | src/components/CollapsibleSectionHeader.module.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/CollapsibleSectionHeader.module.css b/src/components/CollapsibleSectionHeader.module.css index de24eec..854a0c6 100644 --- a/src/components/CollapsibleSectionHeader.module.css +++ b/src/components/CollapsibleSectionHeader.module.css @@ -16,6 +16,10 @@ } } +.btn { + margin-left: 5px; +} + /* TODO duplicate with connQty in Connections.module.css */ .qty { font-family: var(--font-normal); |
