🆙 WiP Camera

This commit is contained in:
duckietm
2026-03-02 12:54:31 +01:00
parent ef9850721e
commit dc82d2cfd5
2 changed files with 33 additions and 14 deletions
+9
View File
@@ -201,6 +201,15 @@
filter: grayscale(100%);
}
.chatstyles-anchor {
width: 17px;
height: 19px;
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: top;
}
.nitro-icon.chatstyles-icon:hover {
filter: grayscale(0%);
}