aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-03 03:48:22 -0800
committerFuwn <[email protected]>2024-02-03 03:48:22 -0800
commit3bb9657c0742e11985b1e9808f4a3ac674448f85 (patch)
tree9618b480ba7a9bfe24af7605517f67101b752801 /src/styles
parentfeat(hovercover): lazy load (diff)
downloaddue.moe-3bb9657c0742e11985b1e9808f4a3ac674448f85.tar.xz
due.moe-3bb9657c0742e11985b1e9808f4a3ac674448f85.zip
feat(css): pad summary
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/details.scss4
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;
}