Improve vertical spacing

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-28 14:59:45 +02:00 committed by John Molakvoæ (skjnldsv)
parent a0a39f83d3
commit f57a18cad4
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
2 changed files with 2 additions and 7 deletions

View file

@ -162,7 +162,7 @@ export default {
align-items: stretch;
flex-direction: column;
justify-content: stretch;
margin-bottom: 22px;
margin: 80px 0;
padding-left: 44px;
user-select: none;
background-color: var(--color-main-background);
@ -194,7 +194,6 @@ export default {
&__content {
flex: 1 1 100%;
max-width: 100%;
margin-bottom: 20px;
padding: 0;
}
@ -204,7 +203,6 @@ export default {
flex: 1 1 100%;
justify-content: space-between;
width: auto;
margin-top: 20px;
// Using type to have a higher order than the input styling of server
&-title,

View file

@ -384,13 +384,13 @@ export default {
#form-title,
#form-desc {
width: 100%;
margin: 16px 0; // aerate the header
padding: 0 16px;
border: none;
}
#form-title {
font-size: 2em;
font-weight: bold;
margin: 32px 0;
padding-left: 14px; // align with description (compensate font size diff)
overflow-x: hidden;
text-overflow: ellipsis;
@ -399,7 +399,6 @@ export default {
#form-desc {
min-height: 60px;
max-height: 200px;
margin-top: 0;
resize: none;
}
}
@ -432,8 +431,6 @@ export default {
// To not overlap navigation toggle
margin-left: 44px;
height: var(--top-bar-height);
// make sure this doesn't take any space and appear floating
margin-top: -44px;
.icon-add-white {
opacity: 1;