smartbar.css (607B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 .smartbar { 6 --smartbar-min-height: var(--urlbar-min-height); 7 bottom: 0; 8 display: block; 9 height: auto; 10 min-height: var(--smartbar-min-height); 11 position: absolute; 12 width: 100%; 13 } 14 15 .smartbar .urlbar-input-box { 16 align-items: stretch; 17 } 18 19 .smartbar .urlbar-input { 20 box-sizing: border-box; 21 height: auto; 22 min-height: var(--smartbar-min-height); 23 white-space: pre-wrap; 24 width: 100%; 25 }