Merge branch 'modal-css' into 'develop'
Fix truncated "Publish" button in Compose modal, fixes #64 Closes #64 See merge request gab/social/gab-social!22
This commit is contained in:
commit
fcd7b87057
@ -4876,13 +4876,21 @@ noscript {
|
||||
&__content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex: 1;
|
||||
padding: 10px;
|
||||
overflow-y: hidden;
|
||||
|
||||
.timeline-compose-block {
|
||||
background: transparent !important;
|
||||
width: 100%;
|
||||
padding: 10px 5px;
|
||||
margin-bottom: 0;
|
||||
|
||||
.compose-form {
|
||||
max-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
pointer-events: auto;
|
||||
display: flex;
|
||||
z-index: 9999;
|
||||
max-height: 100%;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.video-modal {
|
||||
|
Loading…
x
Reference in New Issue
Block a user