Grupowanie komentarzy

This commit is contained in:
2026-02-18 22:07:29 +01:00
parent a282dd2080
commit e7549c6f00
5 changed files with 389 additions and 49 deletions

View File

@@ -87,7 +87,7 @@ input:checked+.slider:before {
.comment-marker:hover {
z-index: 10001;
transform: rotate(-45deg) scale(1.2);
transform: rotate(-45deg) translate(-50%, -100%) scale(1.2);
}
.comment-marker.resolved {