diff --git a/imgsrc/srv/random.svg b/imgsrc/srv/random.svg new file mode 100644 index 0000000000..6f55b60546 --- /dev/null +++ b/imgsrc/srv/random.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pyj/book_list/top_bar.pyj b/src/pyj/book_list/top_bar.pyj index acbe8f6e75..16436330f8 100644 --- a/src/pyj/book_list/top_bar.pyj +++ b/src/pyj/book_list/top_bar.pyj @@ -114,7 +114,7 @@ class TopBar: right = bar.firstChild.nextSibling elem = right.querySelector('#{}-bar-icon-{}'.format(('top' if bar is self.bar else 'dummy'), icon_name)) if elem: - elem.style.display = 'inline' if visible else 'none' + elem.style.display = 'inline-block' if visible else 'none' def apply_state(self, left, buttons): self.set_left(**left)