@basic-genomics/hivtrace-viz 1.1.10 → 1.2.0

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.
@@ -11950,14 +11950,41 @@ circle.cluster {
11950
11950
  stroke-opacity: 0.3;
11951
11951
  }
11952
11952
 
11953
- #network_tag {
11953
+ /* Network SVG container - only in main network tab */
11954
+ #trace-results #network_tag {
11954
11955
  margin-top: 15px;
11956
+ overflow: scroll;
11957
+ height: calc(100vh - 200px);
11958
+ position: relative;
11959
+ border: 1px solid #e5e7eb;
11960
+ border-radius: 6px;
11961
+ }
11962
+
11963
+ /* Hide the cloned empty #network_tag in dynamic cluster views */
11964
+ .hivtrace-cluster-view #network_tag {
11965
+ display: none;
11966
+ }
11967
+
11968
+ /* SVG container for dynamic cluster views - same style as main network_tag */
11969
+ .hivtrace-network-svg-container {
11970
+ margin-top: 15px;
11971
+ overflow: scroll;
11972
+ height: calc(100vh - 200px);
11973
+ position: relative;
11974
+ border: 1px solid #e5e7eb;
11975
+ border-radius: 6px;
11955
11976
  }
11956
11977
 
11957
11978
  .nav-trace {
11958
11979
  margin-top: 5px;
11959
11980
  }
11960
11981
 
11982
+ /* Checkbox and label vertical alignment - only for hide_filter addon */
11983
+ input[data-hivtrace-ui-role="hide_filter"] {
11984
+ vertical-align: middle;
11985
+ margin-top: -3px !important;
11986
+ }
11987
+
11961
11988
  .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
11962
11989
  height: 36px !important;
11963
11990
  }