Reduce padding of header components
Extra padding caused the app header to take up more vertical room. This change reduces that padding. Change-Id: I9b31ebfa8c75f48123d9a58f32c2a438c9900857
This commit is contained in:
@@ -26,7 +26,7 @@ limitations under the License.
|
|||||||
<template>
|
<template>
|
||||||
<style include="shared-styles">
|
<style include="shared-styles">
|
||||||
gr-dropdown {
|
gr-dropdown {
|
||||||
padding: .5em;
|
padding: 0 .5em;
|
||||||
--gr-button: {
|
--gr-button: {
|
||||||
color: var(--header-text-color);
|
color: var(--header-text-color);
|
||||||
}
|
}
|
||||||
|
@@ -136,7 +136,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
.loginButton {
|
.loginButton {
|
||||||
color: var(--header-text-color);
|
color: var(--header-text-color);
|
||||||
padding: 1em;
|
padding: .5em 1em;
|
||||||
}
|
}
|
||||||
.dropdown-trigger {
|
.dropdown-trigger {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Reference in New Issue
Block a user