Added fullscreen cover viewer

This commit is contained in:
Ozzie Isaacs
2021-05-26 19:40:41 +02:00
parent a47d6cd937
commit 4392fec7f5
4 changed files with 55 additions and 2 deletions

View File

@@ -417,3 +417,9 @@ div.log {
white-space: nowrap;
padding: 0.5em;
}
#detailcover { cursor:zoom-in; }
#detailcover:-webkit-full-screen { cursor:zoom-out; }
#detailcover:-moz-full-screen { cursor:zoom-out; }
#detailcover:-ms-fullscreen { cursor:zoom-out; }
#detailcover:fullscreen { cursor:zoom-out; }