From ba575ea81c870f236078a55d215a9699ac833bb0 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 23 Sep 2024 00:55:48 +0300 Subject: [PATCH] Make comment actions slimmer --- CHANGELOG.md | 1 + sass/_comments.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a21a09..6666995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Get rid of dashed outline on article hover in article list. +- Make comment actions slimmer. - Make navabr menu/search open animation nicer (scale up instead of just fading from transparency). - More visually interesting paginator. - Move paginator from `articles.html` to `article-list.html`. diff --git a/sass/_comments.scss b/sass/_comments.scss index 64da57e..805f133 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -268,7 +268,8 @@ transition: var(--transition); border-radius: 999px; background-color: transparent; - padding: 0.375rem 0.75rem; + padding: 0.5rem 0.75rem; + line-height: 1; font-variant-numeric: tabular-nums; text-decoration: none;