Code cleanup, following and gif support
This commit is contained in:
parent
493f56a052
commit
30954f3d3a
21 changed files with 318 additions and 123 deletions
|
|
@ -3,6 +3,12 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.clickable-img {
|
||||
cursor: pointer;
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Make gifs take all available space */
|
||||
.clickable-img img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue