Improvement to poll composer

This commit is contained in:
Niléane 2023-07-20 15:07:55 +02:00
commit 5f870a3122
No known key found for this signature in database
4 changed files with 16 additions and 0 deletions

View file

@ -973,6 +973,10 @@ body.layout-single-column {
.layout-single-column .compose-form__poll-wrapper .poll__footer .button.button-secondary {
padding: 6px 16px;
}
.layout-single-column .compose-form__poll-wrapper .icon-button.disabled {
color: transparent;
pointer-events: none;
}