"Write a post" form clickable area (#8925)
This commit is contained in:
parent
991ce29050
commit
2cd830603e
2 changed files with 3 additions and 2 deletions
|
|
@ -670,7 +670,6 @@
|
|||
|
||||
.pro-container {
|
||||
width: 1400px;
|
||||
max-width: 96%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue