Fix the gallery

This commit is contained in:
oobabooga 2023-08-13 05:43:09 -07:00
parent a1a9ec895d
commit 919a3cf9d0

View file

@ -7,7 +7,7 @@ main_parent.addEventListener('click', function(e) {
// Only show this extension in the Chat tab
if (chat_visible) {
gallery_element.style.display = 'flex';
gallery_element.style.display = 'block';
} else {
gallery_element.style.display = 'none';
}