Fix the gallery
This commit is contained in:
parent
a1a9ec895d
commit
919a3cf9d0
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue