diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-05 11:32:18 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-05 11:32:53 +0800 |
commit | 5192345cf1e9a06f02cc395a3ba13498036e46c8 (patch) | |
tree | 5f7f61e91a17fe93ba5bccf501ce27381fd27558 | |
parent | css: Add arrow to diffs in commit view (diff) | |
download | forge-5192345cf1e9a06f02cc395a3ba13498036e46c8.tar.gz forge-5192345cf1e9a06f02cc395a3ba13498036e46c8.tar.zst forge-5192345cf1e9a06f02cc395a3ba13498036e46c8.zip |
css: Don't make the arrow so large
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 1d79640..21dfa9b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,7 @@ /* * SPDX-License-Identifier: AGPL-3.0-only * SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + * SPDX-FileContributor: luk3yx <https://luk3yx.github.io> */ /* Base styles and variables */ @@ -239,7 +240,6 @@ pre.chunk { content: "\25b6"; font-family: sans-serif; margin-left: auto; - font-size: 1.75em; line-height: 100%; margin-right: 0.25em; } |