Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/sidepanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ArgoViewer extends LitElement {
font-size: 12px;
font-weight: 500;
color: #6b6b6b;
margin-bottom: 4px;
margin-bottom: 6px;
}

.status-content {
Expand Down Expand Up @@ -909,7 +909,7 @@ class ArgoViewer extends LitElement {
<div
style="display:flex; align-items:center; justify-content:space-between; padding: 0.25rem 1rem;"
>
<div style="display:flex; align-items:center; gap: 0.5rem;">
<div style="display:flex; align-items:center;">
<md-icon-button
aria-label="Deselect All"
@click=${() => {
Expand All @@ -929,7 +929,7 @@ class ArgoViewer extends LitElement {
>
</div>

<div style="display:flex; align-items:center; gap: 0.5rem;">
<div style="display:flex; align-items:center;">
<md-icon-button aria-label="Download" @click=${this.onDownload}
><md-icon>download</md-icon></md-icon-button
>
Expand Down
3 changes: 3 additions & 0 deletions static/sidepanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
--md-sys-color-surface-container: white;
--md-elevated-card-container-color: white;
--md-icon-size: 20px;
--md-icon-button-icon-size: 20px;
--md-checkbox-container-size: 16px;
--md-checkbox-icon-size: 16px;

--md-sys-color-primary: rgb(220, 101, 3);
--md-sys-color-surface-tint: rgb(154 70 0);
Expand Down
Loading