From e4322b3021c16d8c0d851c759283d7dd8c193f48 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Wed, 13 Aug 2025 17:54:40 +0400 Subject: [PATCH] Derpibooru: Making tags slightly smaller inside popup --- src/styles/injectable/tag.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/injectable/tag.scss b/src/styles/injectable/tag.scss index bbec107..db105d4 100644 --- a/src/styles/injectable/tag.scss +++ b/src/styles/injectable/tag.scss @@ -3,7 +3,6 @@ .tag { background: colors.$tag-background; - line-height: 28px; color: colors.$tag-text; font-weight: 700; font-size: 14px; @@ -12,6 +11,10 @@ @if environment.$current-site == 'derpibooru' { border: 1px solid colors.$tag-border; + line-height: 24px; + } + @else { + line-height: 28px; } .remove {