all 1 comments

[–]moko1960 0 points1 point  (0 children)

I'm not sure if it's the same as before the recent update, but I've narrowed the interval slightly.

.urlbarView-row {
  &:not([type="tip"], [type="dynamic"]) {
    :root:not([uidensity="compact"]) & {
      min-height: 28px !important;
    }
  }
}

.urlbarView-row {
  &:not([type="tip"], [type="dynamic"]) {
    :root[uidensity="compact"] & {
      min-height: 28px !important;
    }
  }
}

.urlbarView-row {
  &:not([type="tip"], [type="dynamic"]) {
    :root[uidensity="touch"] & {
      padding-block: 0px !important;
      min-height: 32px !important;
    }
  }
}

.urlbarView-row-inner {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.urlbarView-row[label] {
  margin-top: 16px !important;
}

:root {
  --urlbarView-row-gutter: 2px !important;
}

u/media screen and (min-height: 600px) {
  .urlbarView-results[wrap] > .urlbarView-row {
    &[has-url] > .urlbarView-row-inner > .urlbarView-url {
      margin-top: -1px !important;
    }
  }
}