mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-29 06:43:11 +00:00
General fixes + nsfw tag blur
This commit is contained in:
parent
aad35ee2d2
commit
9dc911ea4c
8 changed files with 55 additions and 16 deletions
|
@ -25,7 +25,7 @@ function flyoutShow(header, description, actionbox) {
|
|||
$(flyoutActionbox).html(actionbox);
|
||||
|
||||
// Show the flyout
|
||||
flyoutRoot.style.display = "flex";
|
||||
flyoutRoot.style.display = "block";
|
||||
// Show the dim
|
||||
flyoutDim.style.display = "block";
|
||||
setTimeout(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue