beautifying the tags

This commit is contained in:
2026-05-29 09:12:21 +02:00
parent 18add9f21a
commit 697d62f89b
6 changed files with 21 additions and 29 deletions

View File

@@ -10537,7 +10537,11 @@ body.layout-modern>.pagewrapper:not(:has(.index-layout-wrapper)):not(:has(.item-
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
text-decoration: none !important;
padding: 5px;
/* Match badge proportions */
padding: 1.5px 5px;
border-radius: 3px;
font-size: inherit;
line-height: inherit;
}
@@ -10549,33 +10553,25 @@ body.layout-modern>.pagewrapper:not(:has(.index-layout-wrapper)):not(:has(.item-
color: #dc3545 !important;
}
/* Rating Button in gapRight */
/* Rating Button — icon-only, badge-proportioned */
#a_toggle.rating-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 5px;
height: 14px;
border-radius: 4px;
/* Match badge proportions exactly */
padding: 1.5px 5px;
border-radius: 3px;
border: 1px solid rgba(255, 255, 255, 0.15);
background-color: #444;
color: #fff;
font-size: 8px;
font-weight: 800;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: inherit;
line-height: inherit;
cursor: pointer;
white-space: nowrap;
transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
line-height: 1;
font-family: inherit;
}
#a_toggle.rating-btn:hover {
filter: brightness(1.15);
transform: scale(1.05);
}
#a_toggle.rating-btn.is-sfw {
background-color: var(--badge-sfw);
border-color: rgba(0, 0, 0, 0.15);
@@ -10595,11 +10591,7 @@ body.layout-modern>.pagewrapper:not(:has(.index-layout-wrapper)):not(:has(.item-
background-color: #444;
}
.tag-btn svg {
fill: currentColor;
width: 20px;
height: 20px;
}
.rules {
padding: 10px;