@basic-genomics/hivtrace-viz 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/embed/hivtrace.css +17 -38
- package/dist/embed/hivtrace.css.map +1 -1
- package/dist/embed/hivtrace.js +1 -1
- package/dist/embed/hivtrace.js.map +1 -1
- package/dist/embed/index.html +122 -33
- package/dist/hivtrace.css +17 -38
- package/dist/hivtrace.css.map +1 -1
- package/dist/hivtrace.js +1 -1
- package/dist/hivtrace.js.map +1 -1
- package/package.json +1 -1
package/dist/embed/hivtrace.css
CHANGED
|
@@ -11950,14 +11950,14 @@ circle.cluster {
|
|
|
11950
11950
|
stroke-opacity: 0.3;
|
|
11951
11951
|
}
|
|
11952
11952
|
|
|
11953
|
-
/* Network SVG container - only in main network tab */
|
|
11953
|
+
/* Network SVG container - only in main network tab (height set via JS) */
|
|
11954
11954
|
#trace-results #network_tag {
|
|
11955
11955
|
margin-top: 15px;
|
|
11956
11956
|
overflow: scroll;
|
|
11957
|
-
height: calc(100vh - 200px);
|
|
11958
11957
|
position: relative;
|
|
11959
11958
|
border: 1px solid #e5e7eb;
|
|
11960
11959
|
border-radius: 6px;
|
|
11960
|
+
box-sizing: border-box;
|
|
11961
11961
|
}
|
|
11962
11962
|
|
|
11963
11963
|
/* Hide the cloned empty #network_tag in dynamic cluster views */
|
|
@@ -11965,14 +11965,14 @@ circle.cluster {
|
|
|
11965
11965
|
display: none;
|
|
11966
11966
|
}
|
|
11967
11967
|
|
|
11968
|
-
/* SVG container for dynamic cluster views - same style as main network_tag */
|
|
11968
|
+
/* SVG container for dynamic cluster views - same style as main network_tag (height set via JS) */
|
|
11969
11969
|
.hivtrace-network-svg-container {
|
|
11970
11970
|
margin-top: 15px;
|
|
11971
11971
|
overflow: scroll;
|
|
11972
|
-
height: calc(100vh - 200px);
|
|
11973
11972
|
position: relative;
|
|
11974
11973
|
border: 1px solid #e5e7eb;
|
|
11975
11974
|
border-radius: 6px;
|
|
11975
|
+
box-sizing: border-box;
|
|
11976
11976
|
}
|
|
11977
11977
|
|
|
11978
11978
|
/* Force scrollbar visibility on macOS/WebKit browsers */
|
|
@@ -12003,10 +12003,9 @@ circle.cluster {
|
|
|
12003
12003
|
margin-top: 5px;
|
|
12004
12004
|
}
|
|
12005
12005
|
|
|
12006
|
-
/* Statistics tab -
|
|
12006
|
+
/* Statistics tab - height set dynamically via JavaScript */
|
|
12007
12007
|
#trace-attributes {
|
|
12008
12008
|
overflow-y: auto;
|
|
12009
|
-
height: calc(100vh - 120px);
|
|
12010
12009
|
}
|
|
12011
12010
|
|
|
12012
12011
|
/* Checkbox and label vertical alignment - only for hide_filter addon */
|
|
@@ -12016,24 +12015,31 @@ input[data-hivtrace-ui-role="hide_filter"] {
|
|
|
12016
12015
|
}
|
|
12017
12016
|
|
|
12018
12017
|
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
|
|
12019
|
-
height:
|
|
12018
|
+
height: 33px !important;
|
|
12019
|
+
line-height: normal !important;
|
|
12020
12020
|
}
|
|
12021
12021
|
|
|
12022
|
+
|
|
12022
12023
|
#network_ui_bar > .input-group-btn {
|
|
12023
12024
|
padding-bottom: 5px;
|
|
12024
|
-
height:
|
|
12025
|
+
height: 33px !important;
|
|
12025
12026
|
}
|
|
12026
12027
|
|
|
12027
12028
|
#network_ui_bar > .input-group-btn > .btn {
|
|
12028
|
-
height:
|
|
12029
|
+
height: 33px !important;
|
|
12029
12030
|
}
|
|
12030
12031
|
|
|
12031
12032
|
#hivtrace-export-image {
|
|
12032
|
-
height:
|
|
12033
|
+
height: 33px;
|
|
12034
|
+
display: flex;
|
|
12035
|
+
align-items: center;
|
|
12036
|
+
justify-content: center;
|
|
12037
|
+
border-radius: 3px !important;
|
|
12038
|
+
gap: 2px;
|
|
12033
12039
|
}
|
|
12034
12040
|
|
|
12035
12041
|
input.form-control {
|
|
12036
|
-
height:
|
|
12042
|
+
height: 33px !important;
|
|
12037
12043
|
}
|
|
12038
12044
|
|
|
12039
12045
|
.hivtrace-download-button {
|
|
@@ -12495,33 +12501,6 @@ a[data-type="download-button"] i.fa-2x {
|
|
|
12495
12501
|
}
|
|
12496
12502
|
|
|
12497
12503
|
/* 下方:统计表格和直方图 - 响应式布局 */
|
|
12498
|
-
.hivtrace-stats-content {
|
|
12499
|
-
flex: 1;
|
|
12500
|
-
display: flex;
|
|
12501
|
-
flex-direction: column;
|
|
12502
|
-
gap: 16px;
|
|
12503
|
-
min-height: 0;
|
|
12504
|
-
}
|
|
12505
|
-
|
|
12506
|
-
/* 大屏幕(≥996px):左右布局 */
|
|
12507
|
-
@media (min-width: 996px) {
|
|
12508
|
-
.hivtrace-stats-content {
|
|
12509
|
-
flex-direction: row;
|
|
12510
|
-
}
|
|
12511
|
-
}
|
|
12512
|
-
|
|
12513
|
-
/* 统计面板 */
|
|
12514
|
-
.hivtrace-stats-panel {
|
|
12515
|
-
flex: 1;
|
|
12516
|
-
min-width: 0;
|
|
12517
|
-
}
|
|
12518
|
-
|
|
12519
|
-
/* 直方图面板特殊居中 */
|
|
12520
|
-
.hivtrace-stats-panel:last-child {
|
|
12521
|
-
display: flex;
|
|
12522
|
-
flex-direction: column;
|
|
12523
|
-
align-items: center;
|
|
12524
|
-
}
|
|
12525
12504
|
|
|
12526
12505
|
|
|
12527
12506
|
/* Statistics table styling */
|