Skip to content

Commit 534d495

Browse files
2 parents f99e8a7 + 45b55ad commit 534d495

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/sidepanel.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ArgoViewer extends LitElement {
112112
font-size: 12px;
113113
font-weight: 500;
114114
color: #6b6b6b;
115-
margin-bottom: 4px;
115+
margin-bottom: 6px;
116116
}
117117
118118
.status-content {
@@ -1008,7 +1008,7 @@ class ArgoViewer extends LitElement {
10081008
<div
10091009
style="display:flex; align-items:center; justify-content:space-between; padding: 0.25rem 1rem;"
10101010
>
1011-
<div style="display:flex; align-items:center; gap: 0.5rem;">
1011+
<div style="display:flex; align-items:center;">
10121012
<md-icon-button
10131013
aria-label="Deselect All"
10141014
@click=${() => {
@@ -1028,7 +1028,7 @@ class ArgoViewer extends LitElement {
10281028
>
10291029
</div>
10301030
1031-
<div style="display:flex; align-items:center; gap: 0.5rem;">
1031+
<div style="display:flex; align-items:center;">
10321032
<md-icon-button aria-label="Download" @click=${this.onDownload}
10331033
><md-icon>download</md-icon></md-icon-button
10341034
>

static/sidepanel.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
--md-sys-color-surface-container: white;
2121
--md-elevated-card-container-color: white;
2222
--md-icon-size: 20px;
23+
--md-icon-button-icon-size: 20px;
24+
--md-checkbox-container-size: 16px;
25+
--md-checkbox-icon-size: 16px;
2326

2427
--md-sys-color-primary: rgb(220, 101, 3);
2528
--md-sys-color-surface-tint: rgb(154 70 0);

0 commit comments

Comments
 (0)