style: fix hover

This commit is contained in:
xRy0 2025-05-20 13:34:51 +03:00
parent 033a04eec0
commit ddefa14881
No known key found for this signature in database
GPG key ID: 0DD2B72E974C9E3B

View file

@ -93,10 +93,14 @@
overflow: auto;
background: url("/assets/packages/static/openvk/img/audios_controls.png") no-repeat 0 0;
background-position: -51px -67px;
opacity: 0.2;
opacity: 0.1;
transition-duration: 0.3s;
}
.ignore:hover {
opacity: 0.4;
}
.post-author .delete {
float: right;
height: 16px;