From 5192345cf1e9a06f02cc395a3ba13498036e46c8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 05 Mar 2025 11:32:18 +0800 Subject: [PATCH] css: Don't make the arrow so large --- static/style.css | 2 +- diff --git a/static/style.css b/static/style.css index 1d796400074f8b32c8d558c481173e9324c33bb4..21dfa9bda8133c09011c2271e4c76bcccb54f963 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,7 @@ /* * SPDX-License-Identifier: AGPL-3.0-only * SPDX-FileContributor: Runxi Yu + * SPDX-FileContributor: luk3yx */ /* Base styles and variables */ @@ -239,7 +240,6 @@ .file-header::after { content: "\25b6"; font-family: sans-serif; margin-left: auto; - font-size: 1.75em; line-height: 100%; margin-right: 0.25em; } -- 2.48.1