Bug 1533473 - Reduce quantumbar row height to 40px in touch mode. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D23110

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2019-03-13 10:38:21 +00:00
parent 1c97987156
commit 50ec10d11d

View File

@ -55,8 +55,8 @@
}
:root[uidensity=touch] .urlbarView-row {
padding-top: 15px;
padding-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
}
.urlbarView-row-inner {