fix for too much padding in side-panel header

This commit is contained in:
Jesse D. McDonald 2020-05-10 17:56:00 -05:00
parent 994da62aac
commit fd3a8db71d
1 changed files with 6 additions and 3 deletions

View File

@ -65,7 +65,6 @@ body > #page {
#header > h1 { #header > h1 {
font-family: 'Vollkorn', serif; font-family: 'Vollkorn', serif;
width: 100%;
text-align: center; text-align: center;
font-size: 1.2rem; font-size: 1.2rem;
line-height: 2.4rem; line-height: 2.4rem;
@ -73,10 +72,13 @@ body > #page {
padding: 0; padding: 0;
padding-top: 0.1rem; padding-top: 0.1rem;
height: 2.5rem; height: 2.5rem;
white-space: nowrap;
flex: 1 0 auto;
} }
#header > button { #header > button {
width: 4rem; flex: 0 0 auto;
width: 2.5rem;
height: 2.5rem; height: 2.5rem;
border: none; border: none;
background: none; background: none;
@ -108,11 +110,12 @@ input.image-checkbox:focus {
} }
#header > .checkbox-container { #header > .checkbox-container {
flex: 0 0 auto;
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 4rem; width: 2.5rem;
height: 2.5rem; height: 2.5rem;
border: none; border: none;
background: none; background: none;