Simplify points abbreviation implementation

This commit is contained in:
Svilen Markov 2025-01-14 11:55:52 +00:00
parent bb80637e72
commit a7e235441b
2 changed files with 2 additions and 11 deletions

View file

@ -1038,18 +1038,9 @@ details[open] .summary::after {
}
@container widget (max-width: 550px) {
.forum-post-autohide {
.forum-post-autohide, .forum-post-abbr-pts {
display: none;
}
.forum-post-points-word {
font-size: 0;
}
.forum-post-points-word::after {
content: "pts";
font-size: var(--font-size-base);
}
}
.bookmarks-group {