General fixes + nsfw tag blur

This commit is contained in:
Michał Gdula 2022-08-14 16:43:54 +00:00
parent aad35ee2d2
commit 9dc911ea4c
8 changed files with 55 additions and 16 deletions

View file

@ -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(){