.chat-composer-tools > .chat-image-button {
    display: grid !important;
    place-items: center;
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 12px;
    box-sizing: border-box;
}
.chat-image-button i { pointer-events: none; }
@media (max-width: 720px) {
    .chat-composer-tools > .chat-image-button {
        flex-basis: 38px !important;
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }
}
