File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments