Share url, removed hash

This commit is contained in:
Pablo Ferreiro 2022-02-07 22:23:33 +01:00
parent d871ed4e68
commit 7203bc1509
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
3 changed files with 64 additions and 66 deletions

View file

@ -12,8 +12,12 @@ figure {
display: none;
}
/* Make gifs take all available space */
.clickable-img {
cursor: pointer;
}
.clickable-img img {
width: 100%;
height: 100%;
pointer-events: none;
}