From cd031f74e86213556a0ba384d3ae26b45362145c Mon Sep 17 00:00:00 2001 From: chansuke Date: Tue, 23 Feb 2021 13:02:06 +0900 Subject: [PATCH] Fix the size of top-bar triangle --- templates/style/_navbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/style/_navbar.scss b/templates/style/_navbar.scss index b17b13200..adbe60a0c 100644 --- a/templates/style/_navbar.scss +++ b/templates/style/_navbar.scss @@ -31,6 +31,7 @@ div.nav-container { } &:after { font-size: 0.8em; + content: "\25BC" } }