1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Derpibooru: Making tags slightly smaller inside popup

This commit is contained in:
2025-08-13 17:54:40 +04:00
parent 50238d8ef4
commit e4322b3021

View File

@@ -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 {