これでいいかな

.urlbarView-row {
&:not([type="tip"], [type="dynamic"]) {
:root:not([uidensity="compact"]) & {
min-height: 26px !important;
max-height: 26px !important;
}
}
}
.urlbarView-row {
&:not([type="tip"], [type="dynamic"]) {
:root[uidensity="compact"] & {
min-height: 24px !important;
max-height: 24px !important;
}
}
}
.urlbarView-row[label] {
margin-top: 18px !important;
}