"Write a post" form clickable area (#8925)

This commit is contained in:
ludwiczakpawel 2020-06-26 13:43:02 +02:00 committed by GitHub
parent 991ce29050
commit 2cd830603e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -670,7 +670,6 @@
.pro-container {
width: 1400px;
max-width: 96%;
margin: 0 auto;
}

View file

@ -77,6 +77,8 @@
100vh - var(--header-height) - var(--article-form-actions-height)
);
box-shadow: 0 0 0 1px var(--card-border);
display: flex;
flex-direction: column;
@media (min-width: $breakpoint-m) {
grid-column-end: span 2;
@ -142,7 +144,7 @@
}
&__body {
flex: 1 auto;
flex: 1 0 auto;
position: relative;
outline: none;
display: flex;