fix sidepanel with grid css

This commit is contained in:
JFH
2021-08-15 01:50:19 +02:00
parent b50fe0aee1
commit ddf3269bd0
70 changed files with 161 additions and 264 deletions

View File

@@ -28,7 +28,7 @@ class Dropdown extends ListComboBox {
const source = result.content.getElementById('source');
// add a icon before our dropdown
source.prepend(fragmentFrom.html`
<img src="logo.svg" alt="icon" width="18" height="18"></img>
<img src="dropdown.svg" alt="icon" width="18" height="18"></img>
`.cloneNode(true));
// change the style so it fits in our toolbar
result.content.append(