show different icons depending on selected screen

This commit is contained in:
kittentm 2026-03-21 21:37:58 +01:00
commit fed8db1705
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
3 changed files with 68 additions and 16 deletions

View file

@ -284,4 +284,9 @@ body {
width: 21px;
height: 41px;
z-index: 4;
}
.rank-accent.standard-mode-fix {
transform: scale(2.0);
transform-origin: center;
}