Visual fix for Firefox and end 20Q edit

This commit is contained in:
Mandar
2021-01-07 01:27:24 +01:00
parent 8aced20f95
commit edc24b64cf
8 changed files with 683 additions and 695 deletions

View File

@@ -44,6 +44,10 @@
line-height: 2rem;
font-size: 1rem;
}
h1 {
flex: auto;
margin: 0 0 0.25rem 0.5rem;
}
}
&.item,
.technique,
@@ -75,7 +79,7 @@
height: 2rem;
}
h1 {
flex: auto;
flex: 0 0 calc(100% - 90px - 1.25rem);
margin: 0 0 0.25rem 1rem;
input {
flex: 0 0 100%;
@@ -589,10 +593,11 @@
}
img {
&.full {
flex: 0 0 content;
flex: initial;
height: auto;
width: auto;
width: max-content;
border: 0 none;
margin: 0 auto;
}
}
.sheet-header {