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

     1  .navbar {
     2    display: flex;
     3    margin: 10px 0;
     4    height: 40px;
     5    align-items: center;
     6  }
     7  
     8  /* Give same amount of space between all children */
     9  .navbar > *:not(:first-child) {
    10    margin-left: 5px;
    11    margin-right: 5px;
    12  
    13    &.fit-mode-select {
    14      min-width: 65px;
    15    }
    16  }
    17  
    18  .space-filler {
    19    flex-grow: 1;
    20  }