Fix truncated "Publish" button in Compose modal, fixes #64
This commit is contained in:
parent
fc4f3f2831
commit
da861725fb
@ -4861,13 +4861,21 @@ noscript {
|
|||||||
&__content {
|
&__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex: 1;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
overflow-y: hidden;
|
||||||
|
|
||||||
.timeline-compose-block {
|
.timeline-compose-block {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
.compose-form {
|
||||||
|
max-height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
max-height: 100%;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-modal {
|
.video-modal {
|
||||||
|
Loading…
Reference in New Issue
Block a user