Preview for Videos and images / Video resolution selection

This commit is contained in:
Michael 2021-04-28 19:05:46 +00:00
commit 3d64c3031b
9 changed files with 62 additions and 35 deletions

View file

@ -1988,8 +1988,7 @@ code > .hl-main {
}
/* Like/Comment/etc buttons */
.wall-item-container .wall-item-links,
.wall-item-container .wall-item-actions button,
.wall-item-container .body-attach > a {
.wall-item-container .wall-item-actions button > a {
opacity: 0.4;
-webkit-transition: all 0.25s ease-in-out;
@ -1999,8 +1998,7 @@ code > .hl-main {
transition: all 0.25s ease-in-out;
}
.wall-item-container:hover .wall-item-links,
.wall-item-container:hover .wall-item-actions button,
.wall-item-container:hover .body-attach > a {
.wall-item-container:hover .wall-item-actions button > a {
opacity: 1;
-webkit-transition: all 0.25s ease-in-out;