diff options
| author | Fuwn <[email protected]> | 2024-02-03 03:48:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-03 03:48:22 -0800 |
| commit | 3bb9657c0742e11985b1e9808f4a3ac674448f85 (patch) | |
| tree | 9618b480ba7a9bfe24af7605517f67101b752801 /src/styles | |
| parent | feat(hovercover): lazy load (diff) | |
| download | due.moe-3bb9657c0742e11985b1e9808f4a3ac674448f85.tar.xz due.moe-3bb9657c0742e11985b1e9808f4a3ac674448f85.zip | |
feat(css): pad summary
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/details.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/details.scss b/src/styles/details.scss index 86f496d6..e256ac4e 100644 --- a/src/styles/details.scss +++ b/src/styles/details.scss @@ -11,6 +11,10 @@ summary { list-style: none; } +details[open] summary { + margin-bottom: 1em; +} + summary small { font-weight: normal; } |