fix for too much padding in side-panel header
This commit is contained in:
parent
994da62aac
commit
fd3a8db71d
|
|
@ -65,7 +65,6 @@ body > #page {
|
|||
|
||||
#header > h1 {
|
||||
font-family: 'Vollkorn', serif;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
line-height: 2.4rem;
|
||||
|
|
@ -73,10 +72,13 @@ body > #page {
|
|||
padding: 0;
|
||||
padding-top: 0.1rem;
|
||||
height: 2.5rem;
|
||||
white-space: nowrap;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
#header > button {
|
||||
width: 4rem;
|
||||
flex: 0 0 auto;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border: none;
|
||||
background: none;
|
||||
|
|
@ -108,11 +110,12 @@ input.image-checkbox:focus {
|
|||
}
|
||||
|
||||
#header > .checkbox-container {
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 4rem;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border: none;
|
||||
background: none;
|
||||
|
|
|
|||
Loading…
Reference in New Issue