github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/javascript/pages/ContinuousComparison.module.css (about)

     1  .comparisonPane {
     2    flex: 1;
     3    width: calc(50% - 15px);
     4  
     5    margin: 0 15px;
     6  }
     7  .comparisonPane:first-child {
     8    margin-left: 0;
     9  }
    10  .comparisonPane:last-child {
    11    margin-right: 0;
    12  }
    13  
    14  .timelineTitleWrapper {
    15    display: flex;
    16    justify-content: space-between;
    17    align-items: center;
    18    height: 38px;
    19  }